Files
LazyLibrarian/data/interfaces/legacy/response.html

13 lines
317 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>