# HG changeset patch # User Paper # Date 1622472551 14400 # Node ID 787fa7e08fbd98d8d0993794908b1c642c44f3b1 # Parent f8f852d8c466f6788fe7d9edddd7954d1ef6c479 actually make the site good diff -r f8f852d8c466 -r 787fa7e08fbd cool.html --- a/cool.html Sun May 30 18:13:47 2021 -0400 +++ b/cool.html Mon May 31 10:49:11 2021 -0400 @@ -2,27 +2,10 @@ +

cool shit

diff -r f8f852d8c466 -r 787fa7e08fbd img/1080p.gif Binary file img/1080p.gif has changed diff -r f8f852d8c466 -r 787fa7e08fbd img/amigademo.gif Binary file img/amigademo.gif has changed diff -r f8f852d8c466 -r 787fa7e08fbd img/brow.gif Binary file img/brow.gif has changed diff -r f8f852d8c466 -r 787fa7e08fbd img/cockli.png Binary file img/cockli.png has changed diff -r f8f852d8c466 -r 787fa7e08fbd img/h-free-anim.gif Binary file img/h-free-anim.gif has changed diff -r f8f852d8c466 -r 787fa7e08fbd img/ieisevil.gif Binary file img/ieisevil.gif has changed diff -r f8f852d8c466 -r 787fa7e08fbd img/modarchive.gif Binary file img/modarchive.gif has changed diff -r f8f852d8c466 -r 787fa7e08fbd index.html --- a/index.html Sun May 30 18:13:47 2021 -0400 +++ b/index.html Mon May 31 10:49:11 2021 -0400 @@ -1,33 +1,48 @@ + + Paper's website + -

sup

-

most people know me from ytpmv, but i also make modules

-

member of 1123

-

Twitter | Steam | YouTube

+

Heys!

+

welcome to MY AWESOME WEBSITE

+
+

ABOUT ME!!!

+

most people know me from ytpmv, but i also make modules

+

member (owner?) of 1123

+
+

Twitter Steam YouTube

+

+ + +

+ + +

+ + + +

cool shit

diff -r f8f852d8c466 -r 787fa7e08fbd style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/style.css Mon May 31 10:49:11 2021 -0400 @@ -0,0 +1,22 @@ +body { + text-align: center; + 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, 2px 2px 2px rgba(0, 0, 0, 0.5); + font-family: "Comic Sans MS", "Comic Sans", cursive; + color: white; +} +p { + font-size: 20px; +} +h1 { + font-size: 40px; +} +a { + color: tomato; +} +img { + box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); +}