website/404.html
2025-01-24 12:32:04 -08:00

33 lines
No EOL
1.2 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Gen's Website" />
<meta
property="og:description"
content="A little bit of information about Gen :3"/>
<meta property="og:type" content="website" />
<meta name="author" content="GenShibe" />
<meta property="og:image" content="/assets/logo.svg" />
<meta property="og:image:height" content="350" />
<meta property="og:image:width" content="350" />
<meta property="og:url" content="https://genshibe.ca" />
<title>Gen's Website</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/x-icon" href="/assets/logo.svg">
</head>
<body>
<main>
<div id = "meow">
<div id="four">
<h1>ERROR: 404</h1>
<p>Skill issue. The thing you're trying to find doesn't exist.</p>
</div>
</div>
<footer>
<a rel="me" href="index.html" target="_blank">TAKE ME HOMEEEEEEEE, COUNTRY ROADSSSSS</a>
</footer>
</main>
</body>
</html>