46 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
<!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/default.css" />
 | 
						|
		<link rel="stylesheet" href="/styles/index.css" />
 | 
						|
		<link rel="icon" href="/images/favicon.ico" />
 | 
						|
		<title>Dairy Demon</title>
 | 
						|
	</head>
 | 
						|
 | 
						|
	<body>
 | 
						|
		<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>
 | 
						|
		<main>
 | 
						|
			<article>
 | 
						|
				<h1>Hi.</h1>
 | 
						|
				<p>Welcome to one of the most boring websites on the internet.</p>
 | 
						|
 | 
						|
				<p>Feel free to peruse any of the <em>two</em> (2) interesting things
 | 
						|
				on this site:</p>
 | 
						|
				<ul>
 | 
						|
					<li><a href='mgs/mgs.html'>this Metal Gear Solid trivia game I made</a>
 | 
						|
					<li><a href='statsapi/index.html'>generated documentation for MLB's Stats API</a>
 | 
						|
				</ul>
 | 
						|
			</article>
 | 
						|
		</main>
 | 
						|
		<footer>
 | 
						|
			<ul>
 | 
						|
				<li><a href="/about.html">about</a></li>
 | 
						|
				<li><a href="/attributions.html">attributions</a></li>
 | 
						|
			</ul>
 | 
						|
		</footer>
 | 
						|
	</body>
 | 
						|
</html>
 |