summaryrefslogtreecommitdiff
path: root/layouts/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html
new file mode 100644
index 0000000..27f0e58
--- /dev/null
+++ b/layouts/404.html
@@ -0,0 +1,21 @@
+{{ partial "header.html" . -}}
+{{ partial "navbar.html" . -}}
+
+<main>
+ <section class="post-body" style="text-align:center;">
+ <p class="page-intro" style="margin:0 auto 8px; text-align:center;">Erro 404</p>
+ <h1 class="page-title" style="text-align:center;">Essa página não existe.</h1>
+ <p class="page-intro" style="margin:0 auto 40px; text-align:center;">
+ O link pode estar quebrado, ou a página foi movida.
+ </p>
+
+ <ul class="linklist" style="display:inline-block; text-align:left;">
+ <li><a href="/">← Página inicial</a></li>
+ <li><a href="/escritos/">Escritos</a></li>
+ <li><a href="/leituras/">Leituras</a></li>
+ <li><a href="/curriculo/">Currículo</a></li>
+ </ul>
+ </section>
+</main>
+
+{{ partial "footer.html" . }}