feat(cosmetics): updated background for home and error page, updated title

This commit is contained in:
2022-08-02 19:33:15 +01:00
parent f843c196df
commit 06ef22a8bc
5 changed files with 58 additions and 8 deletions

View File

@@ -1,11 +1,15 @@
{{ define "extrabodyclass" }}
class="toxicGlow"
{{ end }}
{{ define "main" }}
<div id="spotlight" class="http-error animated fadeIn">
<div id="home-center">
<div class="banner-error">
<h1>STATUSCODE</h1>
<p>STATUSMSG</p>
<br>
<p class="btn-http-error">
<a href="{{.Site.BaseURL}}"><img class="feather" width="24" height="24" alt="home" src="{{"home.svg" | relURL}}"> {{ i18n "home" }}</a>
<a href="{{.Site.BaseURL}}"><img class="feather" width="48" height="48" alt="home" src="{{"arrow-left.svg" | relURL}}"> {{ i18n "home" }}</a>
</p>
</div>
</div>