mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-21 20:29:27 +00:00
20 lines
387 B
HTML
20 lines
387 B
HTML
<%inherit file="base.html"/>
|
|
|
|
<%def name="headIncludes()">
|
|
<meta http-equiv="refresh" content="${timer};url=home">
|
|
</%def>
|
|
|
|
<%def name="body()">
|
|
<div class="table_wrapper">
|
|
<div id="shutdown">
|
|
<div>
|
|
<div>
|
|
<h1><span><script>loader();</script></span>${message}</h1>
|
|
<br />
|
|
<br />
|
|
<h3>Estimate ${timer} seconds</h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</%def> |