CSS and home page

This commit is contained in:
kamkow1
2025-06-09 17:26:25 +02:00
parent bec8cb7102
commit 23de19b63e
7 changed files with 115 additions and 16 deletions

16
tmpls/page-missing.t Normal file
View File

@ -0,0 +1,16 @@
<!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>
</body>
</html>