dairydemon.net/index.html

27 lines
682 B
HTML
Raw Permalink 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" />
<link rel="stylesheet" href="styles.css" />
2024-05-28 02:44:16 +00:00
<link rel="icon" href="favicon.ico" />
2024-05-28 02:39:50 +00:00
<script src="elements.js" type="text/javascript" defer></script>
2024-03-20 01:33:14 +00:00
<title>Dairy Demon</title>
</head>
<body>
2024-03-26 03:44:54 +00:00
<dd-header></dd-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-05-27 19:39:25 +00:00
<dd-footer></dd-footer>
2024-03-20 01:33:14 +00:00
</body>
</html>