This commit is contained in:
Mohamad Damaj 2022-12-19 21:22:15 +00:00
parent 49f0211ee1
commit c8f8ef975a
14 changed files with 183 additions and 0 deletions

14
404.html Executable file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>damaj.gq 404!</title>
<link rel="stylesheet" href="../css/main.css">
<meta charset="utf-8">
<meta name="404!" content="Not found!">
</head>
<body>
<p> NOPE!, go back <a href=/index.php>home</a> or i will haunt your dreams.</p>
</body>
</html>