14 lines
395 B
HTML
14 lines
395 B
HTML
{{ define "main" }}
|
|
<div id="spotlight" class="http-error animated fadeIn">
|
|
<div id="home-center">
|
|
<div class="banner-error">
|
|
<h1>STATUSCODE</h1>
|
|
<p>STATUSMSG</p>
|
|
<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>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{ end }}
|