Massive improvements

This commit is contained in:
Mohamad Damaj 2024-03-30 03:24:28 +02:00
parent 0e306baacb
commit aa513e6e41
12 changed files with 171 additions and 5 deletions

13
404.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Uh Oh!</title>
<link rel="stylesheet" href="/css/404.css" text="text/css"></link>
</head>
<body>
<div class="postContainer">
<div class="post">
<b>Uh Oh!, This page doesn't exist or you don't have access to it.</b>
<p>Return <a href="/">home?</a></p>
</body>
</html>