Update 404.html

This commit is contained in:
Руслан 2023-10-09 17:27:35 +06:00 committed by GitHub
parent 7aa9676f24
commit 1cb0b2c07e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,18 @@
whoops <!DOCTYPE html>
{{ partial "creds.html" . }}
<html>
{{ partial "header.html" . }}
<body>
<div class="content">
{{ partial "head.html" . }}
<main class="list">
<div class="site-description">
{{ template "partials/404.html" . }}
</div>
</main>
{{ partial "footer.html" . }}
</div>
</body>
</html>