Files
PixivFE/assets/layout/error.jet.html
T
iacore 5ad8d76e0a rename views/ to assets/
rename folders within
2024-08-19 23:02:53 +00:00

11 lines
354 B
HTML

<div class="container error">
<h1>An error occured</h1>
<p>This is what you got instead ¯\_(ツ)_/¯</p>
<br />
{{ Error }}
<hr />
<p>If you think this error should not occur, you can help
us by submitting an issue to the <a href="https://codeberg.org/VnPower/PixivFE/issues/new">upstream repository</a>!
</p>
</div>