mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-21 12:19:27 +00:00
13 lines
322 B
HTML
13 lines
322 B
HTML
lossless<%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><img src="interfaces/default/images/loader_black.gif"/> Headphones is ${message}</h1>
|
|
</div>
|
|
</div>
|
|
</%def> |