Files
PixivFE/template/pages/error.jet.html
T
2023-07-26 20:22:17 +07:00

7 lines
167 B
HTML

<div class="container" style="text-align: center">
<h2>Oh no! Errors!</h2>
<p>This is what you got instead ¯\_(ツ)_/¯</p>
<br />
{{ Error }}
</div>