added a 404 page
hmmmmmmmst
This commit is contained in:
parent
61c0304340
commit
6f620aa0b9
1 changed files with 9 additions and 0 deletions
9
404.html
Normal file
9
404.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>404</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>404 woops bye!</p>
|
||||
<a href="index.html"></a>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue