Add 404 page.

This commit is contained in:
youngchief btw ツ 2021-10-05 00:07:16 +00:00 committed by GitHub
parent 54bd5ba193
commit aa7dfa62ec
1 changed files with 24 additions and 0 deletions

24
src/404.html Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>youngchief btw ツ</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1><a href="index.html">youngchief btw ツ</a></h1>
<hr />
<div>
<h1>
404 - File Not Found<br/>
Go <a href=".">home</a>?
</h1>
</div>
<hr />
<footer>
<p><a href=".">Home</a></p>
</footer>
</body>
</html>