404 and maintenance template
This commit is contained in:
parent
3e9b76fb66
commit
e3b04de244
4 changed files with 13 additions and 3 deletions
4
views/404.pug
Normal file
4
views/404.pug
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
extends layout
|
||||||
|
|
||||||
|
block content
|
||||||
|
p Questi non sono i droidi che state cercando.
|
|
@ -18,4 +18,4 @@ block content
|
||||||
<i>"Usa <a href="https://www.torproject.org/projects/torbrowser.html.en">Tor Browser</a>
|
<i>"Usa <a href="https://www.torproject.org/projects/torbrowser.html.en">Tor Browser</a>
|
||||||
mi raccomando"</i> si limitò a dire, come se fosse la cosa più normale del mondo.
|
mi raccomando"</i> si limitò a dire, come se fosse la cosa più normale del mondo.
|
||||||
|
|
||||||
p Non mi rimaneva che aprire il sito <a href="/subito">https://fugadalcontrollo.org/subito</a> e pubblicare l'annuncio.
|
p Non mi rimaneva che aprire il sito <a href="#{base}subito">#{base}subito</a> e pubblicare l'annuncio.
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
doctype html
|
doctype html
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
|
base(href=base)
|
||||||
title= title
|
title= title
|
||||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
link(rel='stylesheet', href='stylesheets/style.css')
|
||||||
body
|
body
|
||||||
block content
|
block content
|
||||||
|
|
5
views/maintenance.pug
Normal file
5
views/maintenance.pug
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
extends layout
|
||||||
|
|
||||||
|
block content
|
||||||
|
p.
|
||||||
|
Devi attendere un po', ci stiamo lavorando.
|
Loading…
Reference in a new issue