34-error-uir #13

Merged
faercol merged 1 commit from 34-error-uir into feature/10-ui 2023-11-04 08:33:22 +00:00
Showing only changes of commit 673eaeb10d - Show all commits

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" . }}