Files
aboba/tmpls/page-missing.html
2025-06-25 21:12:42 +02:00

26 lines
665 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>404 - Page not found</title>
<link rel="stylesheet" href="/etc/simple.css" />
<#META_TAGS>
</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>
<#ifdef HOTRELOAD>
<script src="/etc/hotreload.js"></script>
<#endif>
</body>
</html>