1
0
mirror of https://github.com/fruworg/themu.git synced 2025-05-12 04:57:17 +03:00
2023-10-09 21:43:23 +06:00

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>