mirror of
https://github.com/lazylibrarian/LazyLibrarian.git
synced 2026-06-12 09:35:37 -04:00
14 lines
289 B
HTML
14 lines
289 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>LazyLibrarian is ${message}</h1>
|
|
</div>
|
|
</div>
|
|
</%def>
|