Add no content
This commit is contained in:
parent
8b3c53462b
commit
739f646458
|
@ -0,0 +1,14 @@
|
|||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
#no-content {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
|
@ -1,2 +1,5 @@
|
|||
{{ define "main" }}
|
||||
<main>
|
||||
<img id="no-content" src="https://http.cat/204" alt="Picture of two cats in front of an empty bowl; the caption reads "204 No Content"">
|
||||
</main>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue