This commit is contained in:
Riley Housden 2022-01-25 14:54:34 -05:00
parent 92b76cb903
commit a9ab509eb1
Signed by: InValidFire
GPG Key ID: 0D6208F6DF56B4D8
2 changed files with 12 additions and 3 deletions

View File

@ -5,8 +5,9 @@
</head> </head>
<body> <body>
<pre> <pre>
quack! fuck you empty quack! welcome to my page!
===================== ==========================
>:( github: <br><a href="https://github.com/InValidFire">InValidFire</a><br>
mastodon: <br><a href="https://eldritch.cafe/web/accounts/214953">@invalidfire@eldritch.cafe</a>
</pre> </pre>
</body> </body>

View File

@ -6,4 +6,12 @@ pre {
color: black; color: black;
font-size: large; font-size: large;
text-align: center; text-align: center;
}
a:link {
color: purple;
}
a:visited {
color: red;
} }