mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
Update 404.html
This commit is contained in:
parent
7aa9676f24
commit
1cb0b2c07e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user