forked from Cody/YouraMonster
init
This commit is contained in:
commit
7fe9185cba
2 changed files with 37 additions and 0 deletions
2
README.md
Normal file
2
README.md
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# YouraMonster
|
||||||
|
My website, which you are hopefully currently on.
|
||||||
35
index.html
Normal file
35
index.html
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
<!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> See my repos <a href="/git"> here </a> </p>
|
||||||
|
<p> Cody please make sure to renew your domain by 2027/07/13 </p>
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
<div id="footnote">
|
||||||
|
<p> CSS Mostly from <a href="https://bestmotherfucking.website">bestmotherfucking.website</a></p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue