diff bitsyblog/templates/index.html @ 8:67c2ccaef869

adding templates for future use with genshi
author k0s <k0scist@gmail.com>
date Tue, 06 Oct 2009 19:44:02 -0400
parents
children 1554cb56aa2f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bitsyblog/templates/index.html	Tue Oct 06 19:44:02 2009 -0400
@@ -0,0 +1,8 @@
+<html>
+  <head>
+  </head>
+  <body>
+    <xi:include href="site.html" />
+    <h1><img src="bitsyblog.png" alt="${site_name}"/></h1>
+  </body>
+</html>