website/src/404.html

25 lines
478 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>youngchief btw ツ</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/x-icon" href="https://cdn.youngchief.vercel.app/MinecraftAquaAxolotlInABucket.jpg">
</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>