annotate index.html @ 12:4c1179ecb214

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