quack
This commit is contained in:
parent
92b76cb903
commit
a9ab509eb1
2 changed files with 12 additions and 3 deletions
|
@ -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>
|
|
@ -7,3 +7,11 @@ pre {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:link {
|
||||||
|
color: purple;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: red;
|
||||||
|
}
|
Loading…
Reference in a new issue