diff index.html @ 6:ac2f9715807c

first version
author Paper <mrpapersonic@gmail.com>
date Sun, 30 May 2021 18:07:38 -0400
parents f13aa00c92f0
children
line wrap: on
line diff
--- a/index.html	Fri Dec 04 19:07:30 2020 -0500
+++ b/index.html	Sun May 30 18:07:38 2021 -0400
@@ -1,32 +1,33 @@
 <!DOCTYPE html>
-<html>
 <head>
-<meta charset="UTF-8">
-<style>
-body
-{
-  background-color: black
-}
-
-
-.strokeme
-{
-    color: white;
-    font-size: 250%;
-    text-align: center;
-    text-shadow:
-    -1px -1px 0 #000,
-    1px -1px 0 #000,
-    -1px 1px 0 #000,
-    1px 1px 0 #000;
-}
-
-</script>
-<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script>
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
-<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
-<title>b</title>
+	<style>
+		body {
+			text-align: center;
+			background-image: url("setup.bmp");
+			background-size: 100% auto;
+			background-position: top center;
+			background-repeat: repeat;
+			image-rendering: pixelated;
+			text-shadow: -1px -1px 0px #000000, 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000;
+		}
+		p {
+			font-size: 20px;
+			color: white;
+		}
+		h1 {
+			font-size: 40px;
+			color: white;
+		}
+		a {
+			text-decoration: none;
+			color: tomato;
+		}
+	</style>
 </head>
 <body>
-<br><br><br><br><br>
-<div class="strokeme">hey</div>
+	<h1>sup</h1>
+	<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>
+	<p>member of <a href="https://1123.best">1123</a></p>
+	<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>
+	<p><a href="cool.html">cool shit</a></p>
+</body>