Files
LazyLibrarian/data/interfaces/default/shutdown.html
2017-03-05 21:19:37 +01:00

15 lines
315 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">
<h1>${title}</h1>
<h2>LazyLibrarian is ${message}</h2>
</div>
</div>
</%def>