Epic #10: Improve main UI #8

Merged
faercol merged 4 commits from feature/10-ui into main 2023-11-04 16:29:26 +00:00
Showing only changes of commit 673eaeb10d - Show all commits

View file

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