Added a sample template

This commit is contained in:
Remy
2011-08-09 21:03:23 -07:00
parent 07ffe8691c
commit 4b701f5a27
13 changed files with 1360 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<%inherit file="base.html"/>
<%def name="headIncludes()">
<meta http-equiv="refresh" content="${timer};url=index">
</%def>
<%def name="body()">
<div class="table_wrapper">
<div id="shutdown">
<h1>Headphones is ${message}</h1>
</div>
</div>
</%def>