26 lines
		
	
	
		
			701 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			701 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.css" />
 | 
						|
		<link rel="icon" href="favicon.ico" />
 | 
						|
		<script src="elements.js" type="text/javascript" defer></script>
 | 
						|
		<title>About</title>
 | 
						|
	</head>
 | 
						|
 | 
						|
	<body>
 | 
						|
		<dd-header></dd-header>
 | 
						|
		<main>
 | 
						|
			<article>
 | 
						|
				<h1>About.</h1>
 | 
						|
				<img id="usbimg" src="usb.jpg" alt="an unsettling comic showing a man
 | 
						|
								 putting a usb dongle into his mouth and moving his face with
 | 
						|
								 the connected mouse" width=320 height=393 />
 | 
						|
				<p>I'm in your walls.</p>
 | 
						|
			</article>
 | 
						|
		</main>
 | 
						|
		<dd-footer></dd-footer>
 | 
						|
	</body>
 | 
						|
</html>
 |