From a276cd5bd95e83a348c0d606600542137c33e2d0 Mon Sep 17 00:00:00 2001 From: Nabil Ould Hamou Date: Mon, 25 Mar 2024 11:00:02 +0100 Subject: [PATCH] Modif page principale, ajout error handling --- src/routes/+error.svelte | 12 ++++-- src/routes/+page.svelte | 85 +++++++++++++++++++++------------------- 2 files changed, 52 insertions(+), 45 deletions(-) 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

+
+
+