| 
6
 | 
     1 <!DOCTYPE html>
 | 
| 
 | 
     2 <head>
 | 
| 
13
 | 
     3 	<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
 | 
| 
 | 
     4 	<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
 | 
| 
 | 
     5 	<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
 | 
| 
 | 
     6 	<link rel="manifest" href="icons/site.webmanifest">
 | 
| 
 | 
     7 	<link rel="shortcut icon" href="icons/favicon.ico">
 | 
| 
 | 
     8 	<meta name="msapplication-TileColor" content="#da532c">
 | 
| 
 | 
     9 	<meta name="msapplication-config" content="icons/browserconfig.xml">
 | 
| 
 | 
    10 	<meta name="theme-color" content="#ffffff">
 | 
| 
 | 
    11 	<title>cool shit</title>
 | 
| 
6
 | 
    12 	<style>
 | 
| 
 | 
    13 		body {
 | 
| 
 | 
    14 			background-image: url("capsule.jpg");
 | 
| 
 | 
    15 		}
 | 
| 
 | 
    16 	</style>
 | 
| 
10
 | 
    17 	<link rel="stylesheet" href="style.css">
 | 
| 
6
 | 
    18 </head>
 | 
| 
 | 
    19 <body>
 | 
| 
 | 
    20 	<h1>cool shit</h1>
 | 
| 
 | 
    21 	<p><a href="tomoko.html">it is a mystery</a></p>
 | 
| 
 | 
    22 	<p>more cool shit to come</p>
 | 
| 
 | 
    23 </body>
 |