Moved files to interface folder named brink

This commit is contained in:
Brinken
2012-03-21 13:32:41 +01:00
parent b565629b2d
commit c400908ab2
82 changed files with 5090 additions and 1076 deletions

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>