rsstootalizer/static/templates/Error.html

7 lines
165 B
HTML
Raw Normal View History

2017-04-21 14:56:24 +00:00
<TMPL_INCLUDE NAME='_header.html'>
<h2><TMPL_VAR NAME="status"></h2>
<div class="error">
<pre><TMPL_VAR NAME="msg"></pre>
</div>
<TMPL_INCLUDE NAME='_footer.html'>