forked from Cody/YouraMonster
41 lines
No EOL
1.3 KiB
HTML
41 lines
No EOL
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
background-color: #181818;
|
|
color: #FFFFFF;
|
|
margin: 1em auto;
|
|
max-width: 40em;
|
|
padding: 0 .62em 3.24me;
|
|
font: 1.2em/1.62 sans-serif;
|
|
}
|
|
|
|
@media print {
|
|
body {
|
|
max-width: none
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1> Hello! </h1>
|
|
|
|
<p> I'll probably add something here later I just wanna be part of the cool kids club with their own xmpp server </p>
|
|
<p> If you wanna talk to me on xmpp my jid is cody@youra.monster</p>
|
|
<p> See my repos on <a href="/git"> my Forgejo </a> </p>
|
|
<p> If you think my software sucks (it does) send patches on xmpp </p>
|
|
<p style="color: #6A006A ;"> NO CSS CAT GO </p>
|
|
<img src="cat2.png" alt="cat">
|
|
<p> Cody please make sure to renew your domain by 2027/07/13 </p>
|
|
|
|
<br/>
|
|
<div id="footnote">
|
|
<a href="https://kernel.org"><img src="static/madeon_linux.gif"></a>
|
|
<a href="https://nginx.org"><img src="static/nginx.png"></a>
|
|
<a href="https://mikumiku.club"><img src="static/mikubadge.gif"></a>
|
|
<a href="https://gizmodic.software"><img src="static/gizmodic.png"></a>
|
|
<a href="https://youra.monster"><img src="static/monsterbadge.png"></a>
|
|
</div>
|
|
</body>
|
|
</html> |