2
0

Re-organize the project into a better hierarchy.

This commit is contained in:
Maarten Billemont
2017-03-06 13:37:05 -05:00
parent 67e18895ab
commit c6b285a9c0
1452 changed files with 43 additions and 350 deletions

View File

@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0;
padding: 0 20px;
font: 10pt "Helvetica";
color: #DDD;
text-align: center;
}
*:link, *:visited {
color: #FFF;
}
h1 {
margin: 0;
font: 12pt "Copperplate";
}
p {
margin: 0;
}
</style>
</head>
<body>
</body>
</html>