mirror of
https://github.com/lazylibrarian/LazyLibrarian.git
synced 2026-06-12 17:46:49 -04:00
15 lines
315 B
HTML
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>
|