initial insertion

This commit is contained in:
Hiltjo Posthuma
2015-12-04 16:58:04 +01:00
commit acd2400049
5 changed files with 156 additions and 0 deletions

23
style.css Normal file
View File

@@ -0,0 +1,23 @@
body {
font-family: sans-serif;
color: #00ff00;
background-color: #000;
}
h1 {
vertical-align: middle;
}
a {
color: #00ff00;
}
hr {
color: #00ff00;
background-color: #00ff00;
border-top: 1px solid #00ff00;
}
pre {
font-family: monospace;
}