hugo-book-theme/layouts/404.html

19 lines
340 B
HTML
Raw Permalink Normal View History

2018-11-25 13:34:00 +01:00
<!DOCTYPE html>
2019-04-23 23:02:06 +02:00
<html lang="{{ .Site.Language.Lang }}">
2018-09-05 16:22:04 +02:00
2018-11-25 13:34:00 +01:00
<head>
{{ partial "docs/html-head" . }}
{{ partial "docs/inject/head" . }}
</head>
2018-11-25 13:30:25 +01:00
2018-11-25 13:34:00 +01:00
<body>
<main class="flex justify-center">
<h1>404 Not Found</h1>
2018-11-25 13:34:00 +01:00
</main>
{{ partial "docs/inject/body" . }}
{{ template "_internal/google_analytics_async.html" . }}
</body>
</html>