29 lines
		
	
	
		
			796 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			796 B
		
	
	
	
		
			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/about.css" />
 | 
						|
		<link rel="icon" href="/images/favicon.ico" />
 | 
						|
		<title>About</title>
 | 
						|
	</head>
 | 
						|
 | 
						|
	<body>
 | 
						|
		<header>
 | 
						|
			<p><a id="homelink" href="/">dairydemon.net</a></p>
 | 
						|
		</header>
 | 
						|
		<main>
 | 
						|
			<article>
 | 
						|
				<h1>About.</h1>
 | 
						|
				<img id="aboutimg" src="/images/loveland-frog.png" alt="an artist's
 | 
						|
								 rendering of the Loveland frog monster" width=944 height=850
 | 
						|
								 />
 | 
						|
				<p>I'm in your walls.</p>
 | 
						|
				<h2>Contact.</h2>
 | 
						|
				<p><a href="mailto:filifa.breath652@8alias.com">filifa.breath652@8alias.com</a></p>
 | 
						|
			</article>
 | 
						|
		</main>
 | 
						|
	</body>
 | 
						|
</html>
 |