Files
headphones/data/interfaces/default/update.html

9 lines
173 B
HTML

<%inherit file="base.html"/>
<%def name="headIncludes()">
<meta http-equiv="refresh" content="120;url=index">
</%def>
<%def name="body()">
Headphones is updating
</%def>