mirror of
https://codeberg.org/youngchief/website.git
synced 2023-12-14 07:22:56 +01:00
Add 404 page.
This commit is contained in:
parent
54bd5ba193
commit
aa7dfa62ec
1 changed files with 24 additions and 0 deletions
24
src/404.html
Normal file
24
src/404.html
Normal 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>
|
Loading…
Reference in a new issue