diff options
| author | Sivaldo <git@sivaldodavi.com> | 2026-06-29 18:36:52 -0300 |
|---|---|---|
| committer | Sivaldo <git@sivaldodavi.com> | 2026-06-29 18:36:52 -0300 |
| commit | dd7670cf72b27c1b330d3732a483ca22e3a3db18 (patch) | |
| tree | 16d4e458d93cd7181d4ebc950ed406b45038f53b /layouts/404.html | |
Commit inicial
Diffstat (limited to 'layouts/404.html')
| -rw-r--r-- | layouts/404.html | 21 |
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" . }} |
