mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-20 19:59:26 +00:00
9 lines
177 B
HTML
9 lines
177 B
HTML
<%inherit file="base.html"/>
|
|
|
|
<%def name="headIncludes()">
|
|
<meta http-equiv="refresh" content="15;url=index">
|
|
</%def>
|
|
|
|
<%def name="body()">
|
|
Headphones is shutting down
|
|
</%def> |