removeddit/templates/error.html

4 lines
137 B
HTML
Raw Normal View History

2017-09-03 15:52:38 +00:00
<div id="main-box" class="error-box">
<h2 class="error-title">Error 500: Internal server error</h2>
<p><b>Details</b>: {{.}}</p>
</div>