| 
8
 | 
     1 <!DOCTYPE html>
 | 
| 
10
 | 
     2 <!-- i spent way too long making this look decent -->
 | 
| 
8
 | 
     3 <head>
 | 
| 
10
 | 
     4 	<title>Paper's website</title>
 | 
| 
8
 | 
     5 	<style>
 | 
| 
 | 
     6 		body {
 | 
| 
10
 | 
     7 			background: rgb(7,0,119);
 | 
| 
 | 
     8 			background: -moz-radial-gradient(circle, rgba(7,0,119,1) 0%, rgba(9,9,121,1) 7%, rgba(0,75,194,1) 100%);
 | 
| 
 | 
     9 			background: -webkit-radial-gradient(circle, rgba(7,0,119,1) 0%, rgba(9,9,121,1) 7%, rgba(0,75,194,1) 100%);
 | 
| 
 | 
    10 			background: radial-gradient(circle, rgba(7,0,119,1) 0%, rgba(9,9,121,1) 7%, rgba(0,75,194,1) 100%);
 | 
| 
 | 
    11 			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#070077",endColorstr="#004bc2",GradientType=1);
 | 
| 
8
 | 
    12 		}
 | 
| 
10
 | 
    13 		div.box {
 | 
| 
 | 
    14 			padding: 10px;
 | 
| 
 | 
    15 			border: 2px solid black;
 | 
| 
 | 
    16 			margin: auto;
 | 
| 
 | 
    17 			width: 300px;
 | 
| 
 | 
    18 			height: 200px;
 | 
| 
 | 
    19 			background-color: white;
 | 
| 
 | 
    20 			color: black;
 | 
| 
 | 
    21 			text-shadow: none;
 | 
| 
 | 
    22 			box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
 | 
| 
8
 | 
    23 		}
 | 
| 
 | 
    24 	</style>
 | 
| 
10
 | 
    25 	<link rel="stylesheet" href="style.css">
 | 
| 
8
 | 
    26 </head>
 | 
| 
 | 
    27 <body>
 | 
| 
10
 | 
    28 	<h1>Heys!</h1>
 | 
| 
 | 
    29 	<h2>welcome to MY AWESOME WEBSITE</h2>
 | 
| 
 | 
    30 	<div class="box">
 | 
| 
 | 
    31 		<h2>ABOUT ME!!!</h2>
 | 
| 
 | 
    32 		<p>most people know me from <a style="color:blue;" href="https://youtube.com/c/paperytpmv">ytpmv</a>, but i also make <a style="color:blue;" href="https://modarchive.org/index.php?request=view_profile&query=92603">modules</a></p>
 | 
| 
 | 
    33 		<p>member (owner?) of <a style="color:red;" href="https://1123.best">1123</a></p>
 | 
| 
 | 
    34 	</div>
 | 
| 
 | 
    35 	<p style="font-size:16px;"><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>
 | 
| 
 | 
    36 	<p style="line-height:10px;"> 
 | 
| 
 | 
    37 		<a href="https://7-zip.org/"><img src="https://www.7-zip.org/logos/7zlogo01.png" width="88" height="31"></a> 
 | 
| 
 | 
    38 		<a href="https://openmpt.org/"><img src="https://openmpt.org/img/openmpt-button-1.png" width="88" height="31"></a>
 | 
| 
 | 
    39 		<a href="https://www.foobar2000.org/"><img src="https://www.foobar2000.org/button.png" width="88" height="31"></a><br><br>
 | 
| 
 | 
    40 		<a href="https://modarchive.org/"><img src="img/modarchive.gif" width="88" height="31"></a>
 | 
| 
 | 
    41 		<img src="img/brow.gif" width="88" height="31">
 | 
| 
 | 
    42 		<a href="https://1123.best"><img src="https://1123.best/img/1123button.gif" width="88" height="31"></a><br><br>
 | 
| 
 | 
    43 		<img src="img/1080p.gif" width="88" height="31">
 | 
| 
 | 
    44 		<a href="https://cock.li"><img src="img/cockli.png" width="88" height="31"></a>
 | 
| 
 | 
    45 		<img src="img/h-free-anim.gif" width="88" height="31">
 | 
| 
 | 
    46 	</p>
 | 
| 
8
 | 
    47 	<p><a href="cool.html">cool shit</a></p>
 | 
| 
 | 
    48 </body>
 |