comparison index.html @ 6:ac2f9715807c

first version
author Paper <mrpapersonic@gmail.com>
date Sun, 30 May 2021 18:07:38 -0400
parents f13aa00c92f0
children
comparison
equal deleted inserted replaced
3:f13aa00c92f0 6:ac2f9715807c
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html>
3 <head> 2 <head>
4 <meta charset="UTF-8"> 3 <style>
5 <style> 4 body {
6 body 5 text-align: center;
7 { 6 background-image: url("setup.bmp");
8 background-color: black 7 background-size: 100% auto;
9 } 8 background-position: top center;
10 9 background-repeat: repeat;
11 10 image-rendering: pixelated;
12 .strokeme 11 text-shadow: -1px -1px 0px #000000, 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000;
13 { 12 }
14 color: white; 13 p {
15 font-size: 250%; 14 font-size: 20px;
16 text-align: center; 15 color: white;
17 text-shadow: 16 }
18 -1px -1px 0 #000, 17 h1 {
19 1px -1px 0 #000, 18 font-size: 40px;
20 -1px 1px 0 #000, 19 color: white;
21 1px 1px 0 #000; 20 }
22 } 21 a {
23 22 text-decoration: none;
24 </script> 23 color: tomato;
25 <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script> 24 }
26 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> 25 </style>
27 <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
28 <title>b</title>
29 </head> 26 </head>
30 <body> 27 <body>
31 <br><br><br><br><br> 28 <h1>sup</h1>
32 <div class="strokeme">hey</div> 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>
30 <p>member of <a href="https://1123.best">1123</a></p>
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>
32 <p><a href="cool.html">cool shit</a></p>
33 </body>