Files
aboba/tmpls/page-missing.t
2025-06-15 13:44:32 +02:00

21 lines
467 B
Perl

<!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>
<a href="/">HOME</a>
</footer>
<#if HOTRELOAD>
<script src="/hotreload.js"></script>
<#endif>
</body>
</html>