Files
Kleeja/styles/default/err.html
Abdulrahman 7f4a4f6ff9 hello github! 😘
2018-01-09 02:09:07 +03:00

15 lines
346 B
HTML
Executable File

<!-- Errors template -->
<div id="content_index">
<div class="clr"></div>
<!-- msg, Alerts & Errors -->
<dl id="system-message">
<dd class="error">
<ul>
<li>{text} <a href="javascript:history.go(-1)">{go_back_browser}</a></li>
</ul>
</dd>
</dl>
<!-- @end-msg -->
<div class="clr"></div>
</div>
<!-- @end-Errors-template -->