doc/tmpl/index.html
changeset 72 e7b44716a564
child 271 b218238e76b9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/tmpl/index.html	Tue Dec 06 19:46:00 2011 +0100
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+"http://www.w3.org/TR/html4/strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+	xmlns:xi="http://www.w3.org/2001/XInclude"
+	xmlns:py="http://genshi.edgewall.org/">
+	<xi:include href="layout.tmpl" />
+	<head>
+		<title>work in progress</title>
+	</head>
+	<body>
+		<title>Iro</title>
+		<div class="item">
+			<p>
+				Iro ist toll, ist aber noch nicht fertig.
+			</p>
+		</div>
+	</body>
+</html>
+
+