From f1cf98bea2fc273e9fa78292d9b86d6a0b2ce00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Guilherme?= Date: Thu, 26 Sep 2024 19:44:18 +0200 Subject: [PATCH] Add 404.html --- package.json | 2 +- src/404.html | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 src/404.html diff --git a/package.json b/package.json index 7f8fb8b..b875544 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "email": "joao@guicheffer.me" }, "scripts": { - "dev": "open http://localhost:3000 && http-serve ./src -p 3000", + "dev": "open http://localhost:3000 && http-serve ./src -p 3000 -P ./src/404.html", "s3": "", "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/src/404.html b/src/404.html new file mode 100644 index 0000000..2bc3ece --- /dev/null +++ b/src/404.html @@ -0,0 +1,63 @@ + + + + + + + + + + 404 - Page Not Found + + + + + + + + + +
+ + +
+
+ +
+ +

Oops! Page Not Found

+

Sorry, it seems like the page you're looking for doesn't exist.

+

But don't worry, you can always go back to the home page or check out my skills.

+ +
+ +
+ +
+ +
+
+
+
+ +

Here are some helpful links:

+ +
+
+ +