19 lines
329 B
Plaintext
19 lines
329 B
Plaintext
:go:func ErrorNoSpace(mainSite string)
|
|
|
|
include base/top.jade
|
|
style(type="text/css").
|
|
#error {
|
|
font-size: 3.5rem;
|
|
line-height: 5rem;
|
|
text-align: center;
|
|
margin: 6rem 0; }
|
|
|
|
#error h1 { font-size: 6rem; }
|
|
include base/body.header.jade
|
|
h1 :(
|
|
|
|
section#error
|
|
h1 Not enough space left
|
|
|
|
include base/body.footer.jade
|