| 
8
 | 
     1 <!DOCTYPE html>
 | 
| 
 | 
     2 <head>
 | 
| 
 | 
     3 	<style>
 | 
| 
 | 
     4 		body {
 | 
| 
 | 
     5 			text-align: center;
 | 
| 
 | 
     6 			background-image: url("setup.bmp");
 | 
| 
 | 
     7 			background-size: 100% auto;
 | 
| 
 | 
     8 			background-position: top center;
 | 
| 
 | 
     9 			background-repeat: repeat;
 | 
| 
 | 
    10 			image-rendering: pixelated;
 | 
| 
 | 
    11 			text-shadow: -1px -1px 0px #000000, 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000;
 | 
| 
 | 
    12 		}
 | 
| 
 | 
    13 		p {
 | 
| 
 | 
    14 			font-size: 20px;
 | 
| 
 | 
    15 			color: white;
 | 
| 
 | 
    16 		}
 | 
| 
 | 
    17 		h1 {
 | 
| 
 | 
    18 			font-size: 40px;
 | 
| 
 | 
    19 			color: white;
 | 
| 
 | 
    20 		}
 | 
| 
 | 
    21 		a {
 | 
| 
 | 
    22 			text-decoration: none;
 | 
| 
 | 
    23 			color: tomato;
 | 
| 
 | 
    24 		}
 | 
| 
 | 
    25 	</style>
 | 
| 
 | 
    26 </head>
 | 
| 
 | 
    27 <body>
 | 
| 
 | 
    28 	<h1>sup</h1>
 | 
| 
 | 
    29 	<p>most people know me from <a href="https://youtube.com/c/paperytpmv">ytpmv</a>, but i also make <a href="https://modarchive.org/index.php?request=view_profile&query=92603">modules</a></p>
 | 
| 
 | 
    30 	<p>member of <a href="https://1123.best">1123</a></p>
 | 
| 
 | 
    31 	<p><a style="color:skyblue;" href="https://twitter.com/intent/user?user_id=858179488970100736">Twitter</a> | <a style="color:gray" href="https://steamcommunity.com/id/nikolaicube/">Steam</a> | <a style="color:red;" href="https://youtube.com/paperytpmv">YouTube</a></p>
 | 
| 
 | 
    32 	<p><a href="cool.html">cool shit</a></p>
 | 
| 
 | 
    33 </body>
 |