Update: error page #5

This commit is contained in:
VnPower 2023-07-11 20:29:58 +07:00
parent e3e966dd0e
commit 1168451158
Signed by: vnpower
GPG key ID: 881DE3DEB966106C

View file

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