diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte
index b637118..fe3aaf3 100644
--- a/src/routes/+error.svelte
+++ b/src/routes/+error.svelte
@@ -1,4 +1,8 @@
-
-
404
- This page does not exist.
-
\ No newline at end of file
+
+
+
+
404
+ {$page.error?.message}
+
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index e36a1db..252ca52 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -1,44 +1,47 @@
-
-
-
-
- Nabil Ould Hamou
- Computer Science Student
-
-
- NOH
-
-
-
- Hi I am Nabil 👋
- I am a computer science student 👨💻 interested in embedded systems engineering 📟.
-
-
-
-
-
-
-
- Contact: ouldhamounabil@gmail.com
-
-
-
-
\ No newline at end of file
+
+
+
+ Nabil Ould Hamou
+ Computer Science Student
+
+
+ NOH
+
+
+
+
+ Hi I am Nabil 👋
+
+
+ I am a computer science student 👨💻 interested in
+ software engineering 📟.
+
+
+
+
+
+
+
+
+ Contact: ouldhamounabil@gmail.com
+
+
+