| 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> | 
| 12 | 5 	<meta property="og:title" content="Paper's website"> | 
|  | 6 	<meta property="og:type" content="website"> | 
|  | 7 	<meta property="og:image" content="https://mrpapersonic.github.io/img/kona.jpg"> | 
|  | 8 	<meta property="og:url" content="https://mrpapersonic.github.io"> | 
|  | 9 	<meta property="og:description" content="hey!"> | 
|  | 10 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | 
| 8 | 11 	<style> | 
| 11 | 12 		.wrapper { | 
|  | 13 			height: 100%; | 
|  | 14 			width: 100%; | 
|  | 15 			left:0; | 
|  | 16 			right: 0; | 
|  | 17 			top: 0; | 
|  | 18 			bottom: 0; | 
|  | 19 			position: absolute; | 
|  | 20 			background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3); | 
|  | 21 			background-size: 1800% 1800%; | 
|  | 22 			-webkit-animation: rainbow 18s ease infinite; | 
|  | 23 			-z-animation: rainbow 18s ease infinite; | 
|  | 24 			-o-animation: rainbow 18s ease infinite; | 
|  | 25 			animation: rainbow 18s ease infinite; | 
|  | 26 			z-index: -1; | 
|  | 27 		} | 
|  | 28 		@-webkit-keyframes rainbow { | 
|  | 29 			0%{background-position:0% 82%} | 
|  | 30 			50%{background-position:100% 19%} | 
|  | 31 			100%{background-position:0% 82%} | 
|  | 32 		} | 
|  | 33 		@-moz-keyframes rainbow { | 
|  | 34 			0%{background-position:0% 82%} | 
|  | 35 			50%{background-position:100% 19%} | 
|  | 36 			100%{background-position:0% 82%} | 
|  | 37 		} | 
|  | 38 		@-o-keyframes rainbow { | 
|  | 39 			0%{background-position:0% 82%} | 
|  | 40 			50%{background-position:100% 19%} | 
|  | 41 			100%{background-position:0% 82%} | 
|  | 42 		} | 
|  | 43 		@keyframes rainbow { | 
|  | 44 			0%{background-position:0% 82%} | 
|  | 45 			50%{background-position:100% 19%} | 
|  | 46 			100%{background-position:0% 82%} | 
| 8 | 47 		} | 
| 10 | 48 		div.box { | 
|  | 49 			padding: 10px; | 
|  | 50 			border: 2px solid black; | 
|  | 51 			margin: auto; | 
|  | 52 			width: 300px; | 
|  | 53 			height: 200px; | 
|  | 54 			background-color: white; | 
|  | 55 			color: black; | 
|  | 56 			text-shadow: none; | 
|  | 57 			box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); | 
| 8 | 58 		} | 
| 11 | 59 		div.disclaimer { | 
|  | 60 			left: 5px; | 
|  | 61 			bottom: 5px; | 
|  | 62 			position: absolute; | 
|  | 63 		} | 
| 8 | 64 	</style> | 
| 10 | 65 	<link rel="stylesheet" href="style.css"> | 
| 8 | 66 </head> | 
|  | 67 <body> | 
| 11 | 68 	<div class="wrapper"></div> | 
| 10 | 69 	<h1>Heys!</h1> | 
|  | 70 	<h2>welcome to MY AWESOME WEBSITE</h2> | 
|  | 71 	<div class="box"> | 
|  | 72 		<h2>ABOUT ME!!!</h2> | 
|  | 73 		<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> | 
|  | 74 		<p>member (owner?) of <a style="color:red;" href="https://1123.best">1123</a></p> | 
|  | 75 	</div> | 
|  | 76 	<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> | 
|  | 77 	<p style="line-height:10px;"> | 
|  | 78 		<a href="https://7-zip.org/"><img src="https://www.7-zip.org/logos/7zlogo01.png" width="88" height="31"></a> | 
|  | 79 		<a href="https://openmpt.org/"><img src="https://openmpt.org/img/openmpt-button-1.png" width="88" height="31"></a> | 
|  | 80 		<a href="https://www.foobar2000.org/"><img src="https://www.foobar2000.org/button.png" width="88" height="31"></a><br><br> | 
|  | 81 		<a href="https://modarchive.org/"><img src="img/modarchive.gif" width="88" height="31"></a> | 
|  | 82 		<img src="img/brow.gif" width="88" height="31"> | 
|  | 83 		<a href="https://1123.best"><img src="https://1123.best/img/1123button.gif" width="88" height="31"></a><br><br> | 
|  | 84 		<img src="img/1080p.gif" width="88" height="31"> | 
|  | 85 		<a href="https://cock.li"><img src="img/cockli.png" width="88" height="31"></a> | 
|  | 86 		<img src="img/h-free-anim.gif" width="88" height="31"> | 
|  | 87 	</p> | 
| 8 | 88 	<p><a href="cool.html">cool shit</a></p> | 
| 11 | 89 	<div class="disclaimer">rainbow css stolen from <a href="https://codepen.io/nohoid/pen/kIfto">here</a></div> | 
| 8 | 90 </body> |