diff --git a/src/pages/404.astro b/src/pages/404.astro
new file mode 100644
index 0000000..3a1db09
--- /dev/null
+++ b/src/pages/404.astro
@@ -0,0 +1,40 @@
+---
+import "../styles/global.css"
+import Layout from "../layouts/Layout.astro"
+import NavigationCard from '../components/NavigationCard.astro';
+import { ArrowLeft } from 'lucide-astro';
+
+const navItems = [
+ {
+ href: "/",
+ icon: ArrowLeft,
+ heading: "Home",
+ content: "Go back"
+ },
+];
+---
+
+ I don't like to remove anything from here, but it can happen from time to time. Or maybe you mistyped something. In any case, my apologies. Feel free to go back to the very beginning if you want.
+
+
- I'm a second year computer science student at the European Institute of Technology, still trying to figure out my place but enjoying the journey through systems programming, webdev and other fields. Outside of code, my favorite writer is Isaac Asimov, my favorite piece of music is Spiegel im Spiegel, and my favorite book is The Witches by Roald Dahl. My favorite star is Vega because it was once our north star and will be again in about 12,000 years - something poetic about that cycle. And that's pretty much everything you need to know about me, except maybe my tea preferences, but we'll save that for another time...
+ Seems like you tried to find something that doesn't exist yet.
+
+ Site navigation
+ About
INS Cendrassos, class of 2024