mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 15:04:49 +00:00
31 lines
1.1 KiB
HTML
31 lines
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>
|
||
|
|