mirror of
https://github.com/evilhero/mylar
synced 2024-12-23 16:22:45 +00:00
13 lines
310 B
HTML
Executable file
13 lines
310 B
HTML
Executable file
<%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"/> Mylar is ${message}</h1>
|
|
</div>
|
|
</div>
|
|
</%def>
|