diff --git a/src/components/Layout.astro b/src/components/Layout.astro new file mode 100644 index 0000000..a819cdb --- /dev/null +++ b/src/components/Layout.astro @@ -0,0 +1,53 @@ +--- +const pageTitle = "Introductie Sticky"; +--- + + + + + + + + + + + + + {pageTitle} + + + + + + + + + + diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..e856254 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,99 @@ +--- +import Layout from "../components/Layout.astro"; +--- + + +
+

404

+

Oeps! Die pagina bestaat niet!

+

+ Helaas bestaat de pagina die je probeert te bereiken niet, of is die verplaatst 😕. + Controleer of je de juiste URL hebt ingevoerd of ga terug naar de homepagina. +

+ + Terug naar homepagina + + +
+
+ + diff --git a/src/pages/index.astro b/src/pages/index.astro index 8d22bcb..b6e6344 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,68 +9,25 @@ import Smallprint from "../components/Smallprint.astro"; import Contact from "../components/Contact.astro"; import Footer from "../components/Footer.astro"; import FAQ from "../components/FAQ.astro"; +import Layout from "../components/Layout.astro"; --- - - - - - - - - - - - - - Introductie Sticky - - - - -