2023-02-23 18:16:06 +04:00
|
|
|
extends base.jade
|
2022-06-14 18:45:23 +04:00
|
|
|
|
2023-02-23 18:28:01 +04:00
|
|
|
block head
|
|
|
|
:go:func ErrorNoSpace(mainSite string)
|
2022-02-09 01:48:19 +04:00
|
|
|
style(type="text/css").
|
|
|
|
#error {
|
|
|
|
font-size: 3.5rem;
|
|
|
|
line-height: 5rem;
|
|
|
|
text-align: center;
|
|
|
|
margin: 6rem 0; }
|
|
|
|
|
|
|
|
#error h1 { font-size: 6rem; }
|
2022-06-14 18:45:23 +04:00
|
|
|
|
2023-02-23 18:28:01 +04:00
|
|
|
block header
|
2022-02-09 01:48:19 +04:00
|
|
|
h1 :(
|
|
|
|
|
2023-02-23 18:28:01 +04:00
|
|
|
block body
|
2023-05-24 23:56:12 +04:00
|
|
|
- wr.(http.ResponseWriter).WriteHeader(http.StatusInternalServerError)
|
2023-02-23 18:28:01 +04:00
|
|
|
section#error
|
|
|
|
h1 Not enough space left
|
2023-05-27 19:31:52 +04:00
|
|
|
center
|
|
|
|
a(href="/") Back to index page
|