2
0

Prepare for new site.

This commit is contained in:
Maarten Billemont
2013-05-13 21:11:58 -04:00
parent 14c0b2dd27
commit cb860cec96
75 changed files with 9 additions and 0 deletions

26
Site/2012-07/news.html Normal file
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>