dairydemon.net/index.html

43 lines
1.1 KiB
HTML
Raw Normal View History

2024-03-20 01:33:14 +00:00
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
2024-10-05 23:57:50 +00:00
<link rel="stylesheet" href="/styles/default.css" />
2024-10-06 00:15:34 +00:00
<link rel="stylesheet" href="/styles/index.css" />
2024-10-05 23:57:50 +00:00
<link rel="icon" href="/images/favicon.ico" />
2024-03-20 01:33:14 +00:00
<title>Dairy Demon</title>
</head>
<body>
2024-10-05 23:36:39 +00:00
<header>
<div id="headerimg"></div>
<div id="headermain">
<p><a id="homelink" href="/">dairydemon.net</a></p>
<nav>
<ul>
<li><a href="https://social.dairydemon.net">mastodon</a></li>
<li><a href="https://scm.dairydemon.net">git</a></li>
</ul>
</nav>
</div>
</header>
2024-03-20 01:33:14 +00:00
<main>
<article>
<h1>Hi.</h1>
<p>Welcome to one of the most boring websites on the internet.</p>
<p>The only interesting thing here right now is
<a href='mgs/mgs.html'>this Metal Gear Solid trivia game I made.</a>
</p>
</article>
</main>
2024-10-05 23:36:39 +00:00
<footer>
<ul>
<li><a href="/about.html">about</a></li>
<li><a href="/attributions.html">attributions</a></li>
</ul>
</footer>
2024-03-20 01:33:14 +00:00
</body>
</html>