diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..bf97222 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,56 @@ +--- +import "../styles/global.css"; +import { Button } from "@/components/ui/button"; +import Image from "astro/components/Image.astro"; +import logo from "../assets/logo.svg"; + +const year = new Date().getFullYear(); +const currentUrl = Astro.url.href; +--- + + + + + + 404 — Página não encontrada + + +
+ CoderDojo Braga's Logo +
+ +

404

+

+ Oops! A página que procuras não existe. +

+

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

+ +
+ + + +
+ +
+ URL: + {currentUrl} +
+ + + +