2
0

News file referenced by the new version.

This commit is contained in:
Maarten Billemont 2012-09-22 17:38:05 +02:00
parent d8414aaab9
commit 735a75df92

26
Site/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>