2018-11-25 12:34:00 +00:00
|
|
|
<!DOCTYPE html>
|
2019-04-23 21:02:06 +00:00
|
|
|
<html lang="{{ .Site.Language.Lang }}">
|
2018-09-05 14:22:04 +00:00
|
|
|
|
2020-03-13 17:13:36 +00:00
|
|
|
<head>
|
|
|
|
{{ partial "docs/html-head" . }}
|
|
|
|
{{ partial "docs/inject/head" . }}
|
|
|
|
</head>
|
2018-11-25 12:30:25 +00:00
|
|
|
|
2020-03-13 17:13:36 +00:00
|
|
|
<body>
|
|
|
|
<main class="flex justify-center">
|
|
|
|
<div>
|
|
|
|
<h1>404 Not Found</h1>
|
|
|
|
<a href="{{ "/" | relURL }}">Go Home</a>
|
|
|
|
</div>
|
|
|
|
</main>
|
2018-11-25 12:34:00 +00:00
|
|
|
|
2020-03-13 17:13:36 +00:00
|
|
|
{{ partial "docs/inject/body" . }}
|
|
|
|
{{ template "_internal/google_analytics_async.html" . }}
|
|
|
|
</body>
|
2018-11-25 12:34:00 +00:00
|
|
|
|
2020-03-13 17:13:36 +00:00
|
|
|
</html>
|