From dd7670cf72b27c1b330d3732a483ca22e3a3db18 Mon Sep 17 00:00:00 2001 From: Sivaldo Date: Mon, 29 Jun 2026 18:36:52 -0300 Subject: Commit inicial --- layouts/404.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 layouts/404.html (limited to 'layouts/404.html') 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" . -}} + +
+
+

Erro 404

+

Essa página não existe.

+

+ O link pode estar quebrado, ou a página foi movida. +

+ + +
+
+ +{{ partial "footer.html" . }} -- cgit v1.2.3