hugo-book/layouts/404.html

19 lines
340 B
HTML
Raw Normal View History

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
2018-11-25 12:34:00 +00:00
<head>
{{ partial "docs/html-head" . }}
{{ partial "docs/inject/head" . }}
</head>
2018-11-25 12:30:25 +00:00
2018-11-25 12:34:00 +00:00
<body>
<main class="flex justify-center">
<h1>404 Not Found</h1>
2018-11-25 12:34:00 +00:00
</main>
{{ partial "docs/inject/body" . }}
{{ template "_internal/google_analytics_async.html" . }}
</body>
</html>