mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
19 lines
331 B
HTML
19 lines
331 B
HTML
<!DOCTYPE html>
|
|
{{ partial "creds_404.html" . }}
|
|
<html>
|
|
{{ partial "header.html" . }}
|
|
<body>
|
|
<div class="content">
|
|
{{ partial "head.html" . }}
|
|
|
|
<main>
|
|
<div class="site-description">
|
|
{{ template "partials/ascii_404.html" . }}
|
|
</div>
|
|
</main>
|
|
{{ partial "footer.html" . }}
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|