server: add error HTML templates with error description.
This commit is contained in:
8
web/templates/error.html
Normal file
8
web/templates/error.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ template "header.html" . }}
|
||||
|
||||
<div class="theme-panel">
|
||||
<h2 class="theme-heading">{{ .ErrType }}</h2>
|
||||
<p>{{ .ErrMsg }}</p>
|
||||
</div>
|
||||
|
||||
{{ template "footer.html" . }}
|
Reference in New Issue
Block a user