Made a first version of the site

This commit is contained in:
2018-03-23 15:31:31 +01:00
parent 019378adc7
commit 5fcd620c2a
47 changed files with 6056 additions and 0 deletions

33
assets/css/404.css Normal file
View File

@@ -0,0 +1,33 @@
body {
background:#0000aa;
color:#ffffff;
font-family:courier;
font-size:12pt;
text-align:center;
margin:100px;
}
blink {
color:yellow;
}
.neg {
background:#fff;
color:#0000aa;
padding:2px 8px;
font-weight:bold;
}
p {
margin:30px 100px;
}
a,a:hover {
color:inherit;
font:inherit;
}
.menu {
text-align:center;
margin-top:50px;
}