version 0.1

This commit is contained in:
Justine
2023-01-09 12:46:03 +01:00
parent d02cd1cf19
commit da6d94e1f3
7 changed files with 498 additions and 37 deletions

11
html/err_pages/404.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello!</title>
</head>
<body>
<h1>Oops!</h1>
<p>Sorry, I don't know what you're asking for. No crabs here.</p>
</body>
</html>