mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-22 20:59:27 +00:00
23 lines
389 B
HTML
23 lines
389 B
HTML
<%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">
|
|
<div>
|
|
<div>
|
|
<span>
|
|
<h1>Headphones is ${message}</h1>
|
|
</span>
|
|
<br />
|
|
<span>
|
|
Estimate ${timer} seconds
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</%def> |