ADD Image description, REFACTORING

This commit is contained in:
Hoernschen 2022-07-08 17:35:15 +02:00
parent 0ded2e9138
commit 327f17dd39
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
13 changed files with 45 additions and 55 deletions

View file

@ -1,5 +1,5 @@
{{ define "main" }}
<div class="notfound">
<img class="notfoundimage" src="/images/undraw_page_not_found_su7k.svg">
<img class="notfoundimage" src="/images/undraw_page_not_found_su7k.svg" alt="Not Found Image">
</div>
{{ end }}