Get build command working and fix ordering of blog posts
[xyz.git] / templates / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>blog@cameron1729</title>
6 <style>
7 body, html {
8 width: 100%;
9 height: 100%;
10 padding: 0px;
11 margin: 0px;
12 }
13 body {
14 background-color: #BCBCBC;
15 font-family: helvetica;
16 font-weight: bold;
17 }
18 a {
19 color: #666666;
20 text-decoration: none;
21 }
22 a:hover {
23 color: #999999;
24 }
25 </style>
26 </head>
27 <body>
28 $index
29 </body>
30 </html>
31