43 lines
		
	
	
		
			807 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			807 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 	<head>
 | |
| 		<meta charset="utf-8">
 | |
| 		<meta name="viewport" content="width=device-width, initial-scale=1">
 | |
| 		<title></title>
 | |
| 		<link rel="stylesheet" href="./style.css">
 | |
| 		<meta name="description" content="~dusk's homepage on ~town!">
 | |
| <style>
 | |
| :root {
 | |
| 	font-size: 18px;
 | |
| }
 | |
| body {
 | |
| 	max-width: 75%;
 | |
| 	width: 50rem;
 | |
| 	margin: auto;
 | |
| }
 | |
| h1 {
 | |
| 	font-size: 1.8rem;
 | |
| 	font-weight: normal;
 | |
| 	font-family: serif;
 | |
| 	padding-bottom: 0.5rem;
 | |
| 	border-bottom: 0.5px solid black;
 | |
| }
 | |
| p {
 | |
| 	font-family: sans-serif;
 | |
| }
 | |
| .small {
 | |
| 	font-size: 0.85em;
 | |
| }
 | |
| .hatnote {
 | |
| 	padding-left: 2rem;
 | |
| 	font-style: italic;
 | |
| }
 | |
| </style>
 | |
| 	</head>
 | |
| 	<body>
 | |
| 		<h1>not an xkcd link</h1>
 | |
| 		<p>i swear i don't just reference nerdy webcomics all day</p>
 | |
| 		<p>see <a href="../index.html">~dusk's homepage</a> on ~town</p>
 | |
| 	</body>
 | |
| </html>
 |