added a small includable starter form with just one input field, started layouting it, added a frontpage.html (currently just polls.html + form), modified links

This commit is contained in:
phear 2010-04-17 13:18:36 +00:00
parent 0b07302b48
commit b002283947
5 changed files with 106 additions and 27 deletions

View file

@ -17,11 +17,12 @@
<title>${title}</title>
</head>
<body>
<h1>Foo</h1>
<h1>${title}</h1>
<div class="post">
${content01}
<div class="small_form">
formular
</div>
${poll_new_small()}
</body>
</html>