feat #34: add error UI
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Melora Hugues 2023-11-04 09:31:29 +01:00
parent d18c91da23
commit 673eaeb10d

View file

@ -1,8 +1,10 @@
{{ template "header.html" . }}
<div class="theme-panel">
<h2 class="theme-heading">{{ .ErrType }}</h2>
<p>{{ .ErrMsg }}</p>
<div class="container">
<div class="container-content">
<h2>{{ .ErrType }}</h2>
<p>{{ .ErrMsg }}</p>
</div>
</div>
{{ template "footer.html" . }}