annotate index.html @ 6:ac2f9715807c

first version
author Paper <mrpapersonic@gmail.com>
date Sun, 30 May 2021 18:07:38 -0400
parents f13aa00c92f0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
1 <!DOCTYPE html>
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
2 <head>
6
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
3 <style>
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
4 body {
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
5 text-align: center;
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
6 background-image: url("setup.bmp");
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
7 background-size: 100% auto;
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
8 background-position: top center;
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
9 background-repeat: repeat;
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
10 image-rendering: pixelated;
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
11 text-shadow: -1px -1px 0px #000000, 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000;
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
12 }
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
13 p {
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
14 font-size: 20px;
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
15 color: white;
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
16 }
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
17 h1 {
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
18 font-size: 40px;
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
19 color: white;
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
20 }
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
21 a {
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
22 text-decoration: none;
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
23 color: tomato;
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
24 }
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
25 </style>
1
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
26 </head>
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
27 <body>
6
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
28 <h1>sup</h1>
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
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>
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
30 <p>member of <a href="https://1123.best">1123</a></p>
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
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>
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
32 <p><a href="cool.html">cool shit</a></p>
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents: 3
diff changeset
33 </body>