rename html folder to public

This commit is contained in:
Marijn Jansen
2017-01-13 14:44:45 +01:00
parent faf5442528
commit 1cffad77d6
35 changed files with 1 additions and 11 deletions

View File

@@ -0,0 +1,13 @@
footer {
width: calc(100% - 256px);
margin-left: 256px;
background-color: rgba(0,0,0,0.4);
}
footer p {
padding: 5px;
font-size: 14px;
color: #dddddd;
}