initial commit

This commit is contained in:
Luke Ogburn
2019-03-30 23:28:27 -04:00
commit c4c52ce522
18 changed files with 725 additions and 0 deletions

11
user.css Normal file
View File

@@ -0,0 +1,11 @@
body{
text-align: center;
font-family: monospace;
font-size: 1.3em;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: underline;
}