Initial commit

This commit is contained in:
2022-02-15 23:24:36 +01:00
commit 3b424dcb85
4 changed files with 209 additions and 0 deletions

13
css/style.css Normal file
View File

@@ -0,0 +1,13 @@
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
h1 {
text-align: center;
}
a {
color: #00B7FF;
}