diff --git a/src/index.html b/src/index.html index 77b3b74..46eeb0d 100644 --- a/src/index.html +++ b/src/index.html @@ -5,8 +5,9 @@
-quack! fuck you empty
-=====================
-        >:(        
+quack! welcome to my page!
+==========================
+github: 
InValidFire
+mastodon:
@invalidfire@eldritch.cafe
\ No newline at end of file diff --git a/src/stylesheet.css b/src/stylesheet.css index 242697e..43230e9 100644 --- a/src/stylesheet.css +++ b/src/stylesheet.css @@ -6,4 +6,12 @@ pre { color: black; font-size: large; text-align: center; +} + +a:link { + color: purple; +} + +a:visited { + color: red; } \ No newline at end of file