doc/tmpl/index.html
author Sandro Knauß <knauss@netzguerilla.net>
Sun, 18 Mar 2012 14:08:06 +0100
branchdevel
changeset 233 34435357dc8a
parent 72 e7b44716a564
child 271 b218238e76b9
permissions -rw-r--r--
adding iro.test_helpers.__init__

<!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>