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>
<body>
<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>
</body>

View File

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