Compare commits
No commits in common. "0106c6095645ca4fd901153b638da2c05c97b476" and "8b3c53462b5544f528c9fd07bf98da0a9d3fb9a2" have entirely different histories.
0106c60956
...
8b3c53462b
|
@ -1,14 +0,0 @@
|
||||||
* {
|
|
||||||
box-sizing: border-box;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
background: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#no-content {
|
|
||||||
display: block;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
|
@ -1,5 +1,2 @@
|
||||||
{{ define "main" }}
|
{{ 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 }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue