Make templates use .html extension

This commit is contained in:
kamkow1
2025-06-16 10:25:22 +02:00
parent 64ae8365b6
commit 9bb248ee03
5 changed files with 8 additions and 8 deletions

20
tmpls/page-missing.html Normal file
View File

@ -0,0 +1,20 @@
<!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>