| 
14
 | 
     1 <!DOCTYPE html>
 | 
| 
 | 
     2 <!-- i spent way too long making this look decent -->
 | 
| 
 | 
     3 <head>
 | 
| 
 | 
     4 	<title>Paper's website</title>
 | 
| 
 | 
     5 	<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
 | 
| 
 | 
     6 	<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
 | 
| 
 | 
     7 	<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
 | 
| 
 | 
     8 	<link rel="manifest" href="icons/site.webmanifest">
 | 
| 
 | 
     9 	<link rel="shortcut icon" href="icons/favicon.ico">
 | 
| 
 | 
    10 	<meta name="msapplication-TileColor" content="#da532c">
 | 
| 
 | 
    11 	<meta name="msapplication-config" content="icons/browserconfig.xml">
 | 
| 
 | 
    12 	<meta name="theme-color" content="#ffffff">
 | 
| 
 | 
    13 	<meta property="og:title" content="Paper's website">
 | 
| 
 | 
    14 	<meta property="og:type" content="website">
 | 
| 
 | 
    15 	<meta property="og:image" content="https://mrpapersonic.github.io/icons/android-chrome-512x512.png">
 | 
| 
 | 
    16 	<meta property="og:url" content="https://mrpapersonic.github.io">
 | 
| 
 | 
    17 	<meta property="og:description" content="hey!">
 | 
| 
 | 
    18 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 | 
| 
15
 | 
    19 	<!-- rainbow css stolen from https://codepen.io/nohoid/pen/kIfto -->
 | 
| 
14
 | 
    20 	<style>
 | 
| 
 | 
    21 		.wrapper { 
 | 
| 
 | 
    22 			height: 100%;
 | 
| 
 | 
    23 			width: 100%;
 | 
| 
 | 
    24 			left:0;
 | 
| 
 | 
    25 			right: 0;
 | 
| 
 | 
    26 			top: 0;
 | 
| 
 | 
    27 			bottom: 0;
 | 
| 
 | 
    28 			position: absolute;
 | 
| 
 | 
    29 			background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
 | 
| 
 | 
    30 			background-size: 1800% 1800%;
 | 
| 
 | 
    31 			-webkit-animation: rainbow 18s ease infinite;
 | 
| 
 | 
    32 			-z-animation: rainbow 18s ease infinite;
 | 
| 
 | 
    33 			-o-animation: rainbow 18s ease infinite;
 | 
| 
 | 
    34 			animation: rainbow 18s ease infinite;
 | 
| 
 | 
    35 			z-index: -1;
 | 
| 
 | 
    36 		}
 | 
| 
 | 
    37 		@-webkit-keyframes rainbow {
 | 
| 
 | 
    38 			0%{background-position:0% 82%}
 | 
| 
 | 
    39 			50%{background-position:100% 19%}
 | 
| 
 | 
    40 			100%{background-position:0% 82%}
 | 
| 
 | 
    41 		}
 | 
| 
 | 
    42 		@-moz-keyframes rainbow {
 | 
| 
 | 
    43 			0%{background-position:0% 82%}
 | 
| 
 | 
    44 			50%{background-position:100% 19%}
 | 
| 
 | 
    45 			100%{background-position:0% 82%}
 | 
| 
 | 
    46 		}
 | 
| 
 | 
    47 		@-o-keyframes rainbow {
 | 
| 
 | 
    48 			0%{background-position:0% 82%}
 | 
| 
 | 
    49 			50%{background-position:100% 19%}
 | 
| 
 | 
    50 			100%{background-position:0% 82%}
 | 
| 
 | 
    51 		}
 | 
| 
 | 
    52 		@keyframes rainbow { 
 | 
| 
 | 
    53 			0%{background-position:0% 82%}
 | 
| 
 | 
    54 			50%{background-position:100% 19%}
 | 
| 
 | 
    55 			100%{background-position:0% 82%}
 | 
| 
 | 
    56 		}
 | 
| 
 | 
    57 		div.box {
 | 
| 
 | 
    58 			padding: 10px;
 | 
| 
 | 
    59 			border: 2px solid black;
 | 
| 
 | 
    60 			margin: auto;
 | 
| 
 | 
    61 			width: 300px;
 | 
| 
 | 
    62 			height: 200px;
 | 
| 
 | 
    63 			background-color: white;
 | 
| 
 | 
    64 			color: black;
 | 
| 
 | 
    65 			text-shadow: none;
 | 
| 
 | 
    66 			box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
 | 
| 
 | 
    67 		}
 | 
| 
15
 | 
    68 		div.luckystar {
 | 
| 
 | 
    69 			position: fixed;
 | 
| 
 | 
    70 			width: 350px; 
 | 
| 
 | 
    71 			padding: 3px; 
 | 
| 
 | 
    72 			border: 2px solid #d75016; 
 | 
| 
 | 
    73 			background-color: #FAFAD2; 
 | 
| 
 | 
    74 			text-shadow: none;
 | 
| 
 | 
    75 			box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
 | 
| 
 | 
    76 			margin: 0 auto;
 | 
| 
 | 
    77 			left: 10px;
 | 
| 
 | 
    78 			bottom: 10px;
 | 
| 
 | 
    79 		}
 | 
| 
 | 
    80 		img.crash {
 | 
| 
 | 
    81 			position: fixed;
 | 
| 
 | 
    82 			bottom: 10px;
 | 
| 
 | 
    83 			right: 10px;
 | 
| 
14
 | 
    84 		}
 | 
| 
 | 
    85 	</style>
 | 
| 
 | 
    86 	<link rel="stylesheet" href="style.css">
 | 
| 
 | 
    87 </head>
 | 
| 
 | 
    88 <body>
 | 
| 
 | 
    89 	<div class="wrapper"></div>
 | 
| 
 | 
    90 	<h1>Heys!</h1>
 | 
| 
 | 
    91 	<h2>welcome to MY AWESOME WEBSITE</h2>
 | 
| 
 | 
    92 	<div class="box">
 | 
| 
 | 
    93 		<h2>ABOUT ME!!!</h2>
 | 
| 
 | 
    94 		<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>
 | 
| 
 | 
    95 		<p>member (owner?) of <a style="color:red;" href="https://1123.best">1123</a></p>
 | 
| 
 | 
    96 	</div>
 | 
| 
 | 
    97 	<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>
 | 
| 
 | 
    98 	<p style="line-height:10px;"> 
 | 
| 
 | 
    99 		<a href="https://7-zip.org/"><img src="https://www.7-zip.org/logos/7zlogo01.png" width="88" height="31"></a> 
 | 
| 
 | 
   100 		<a href="https://openmpt.org/"><img src="https://openmpt.org/img/openmpt-button-1.png" width="88" height="31"></a>
 | 
| 
 | 
   101 		<a href="https://www.foobar2000.org/"><img src="https://www.foobar2000.org/button.png" width="88" height="31"></a><br><br>
 | 
| 
 | 
   102 		<a href="https://modarchive.org/"><img src="img/modarchive.gif" width="88" height="31"></a>
 | 
| 
 | 
   103 		<img src="img/brow.gif" width="88" height="31">
 | 
| 
 | 
   104 		<a href="https://1123.best"><img src="https://1123.best/img/1123button.gif" width="88" height="31"></a><br><br>
 | 
| 
 | 
   105 		<img src="img/1080p.gif" width="88" height="31">
 | 
| 
 | 
   106 		<a href="https://cock.li"><img src="img/cockli.png" width="88" height="31"></a>
 | 
| 
 | 
   107 		<img src="img/h-free-anim.gif" width="88" height="31">
 | 
| 
 | 
   108 	</p>
 | 
| 
 | 
   109 	<p><a href="cool.html">cool shit</a></p>
 | 
| 
15
 | 
   110 	<div class="luckystar">
 | 
| 
 | 
   111 		<center style="font-family: Times New Roman, Times, serif; font-size: 1.20em; font-weight: bold; color: #d75116;">Certificate: Test results</center>
 | 
| 
 | 
   112 		<center style="font-family: Times New Roman, Times, serif; font-size: 1.20em; font-weight: bold; color: #d75116;">What Lucky Star Character Are You?</center>
 | 
| 
 | 
   113 		<p style="font-family: Times New Roman, Times, serif; font-size: 1em; color: #5c5c5c;">
 | 
| 
 | 
   114 			<img src="https://www.allthetests.com/quiz31/picture_thumb/pic_1402476083_1001.jpg?1592828541" width="106" height="150" loading="lazy" align="left" alt="1001" title="Click to enlarge" style="margin:4pt; box-shadow: none;">
 | 
| 
 | 
   115 			<b>For 40% you are: </b>Konata Izumi!<br>You are an OTAKU! You love to hang back and sometimes don't do homework... But you are a fun loving character who loves to prank and crack a joke once and a while! <br /><b> 60% of 3414 quiz participants had this profile!</b><br>   <br>Take this quiz: <a href="https://www.allthetests.com/quiz31/quiz/1402476083/What-Lucky-Star-Character-Are-You">What Lucky Star Character Are You?</a></p>
 | 
| 
 | 
   116 	</div>
 | 
| 
 | 
   117 	<img class="crash" src="crash.jpg" height="266" style="image-rendering: auto;">
 | 
| 
14
 | 
   118 </body>
 |