mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 11:29:28 +00:00
20 lines
339 B
HTML
20 lines
339 B
HTML
<!DOCTYPE html>
|
|
{{- partial "docs/shared" -}}
|
|
<html>
|
|
|
|
<head>
|
|
{{ partial "docs/html-head" . }}
|
|
{{ partial "docs/inject/head" . }}
|
|
</head>
|
|
|
|
<body>
|
|
<main class="flex justify-center">
|
|
<h1>404 Not Found</h1>
|
|
</main>
|
|
|
|
{{ partial "docs/inject/body" . }}
|
|
{{ template "_internal/google_analytics_async.html" . }}
|
|
</body>
|
|
|
|
</html>
|