0
0

first version of the website, it works as intended.

This commit is contained in:
Bryan Pedini
2019-01-26 23:34:48 +01:00
parent 37fbd490fd
commit 9888403935
9 changed files with 407 additions and 0 deletions

11
errors/404.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Oops, you're lost!</title>
</head>
<body>
<center>
<h1>404: Page not found!</h1>
</center>
</body>
</html>