Files
aboba/tmpls/page-missing.html
2025-06-18 02:00:52 +02:00

25 lines
637 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>404 - Page not found</title>
<link rel="stylesheet" href="/simple.min.css" />
</head>
<body>
<h1>The page you were looking for doesn't exist!</h1>
<p>
URL was: <#URL><br />
</p>
<footer>
<div style="float: left;">
<a href="/">HOME</a>
<span>COMMIT: <#COMMIT></span>
<span>Running since: <#RUNNING_SINCE></span>
</div>
</footer>
<#if HOTRELOAD>
<script src="/hotreload.js"></script>
<#endif>
</body>
</html>