website/404.html
2025-01-15 18:40:27 -08:00

31 lines
No EOL
1.1 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>
<br>
<h1>ERR: 404</h1>
<p>Try harder. It doesn't exist.</p>
<br>
<footer>
<a rel="me" href="index.html" target="_blank">TAKE ME HOMEEEEEEEE, COUNTRY ROADSSSSS</a>
</footer>
</main>
</body>
</html>