quotesite/src/templates/error.mustache

10 lines
163 B
Plaintext
Raw Normal View History

2016-02-06 02:07:11 +00:00
<div class="error">
<center>
<p>could not find that page. are you sure you clicked on a valid link?</p>
</center>
<pre>
{{ exception }}
</pre>
</div>