From 037f3cf1fcab8a17b46025f6a1c1c1f94d551555 Mon Sep 17 00:00:00 2001 From: Nikology Date: Mon, 20 Apr 2026 13:37:12 +0200 Subject: [PATCH] Add SPA navigation --- _redirects | 2 + index.html | 123 ++++++++++++++++++++++++++++++++++------------- pages/about.html | 10 ++++ pages/error.html | 2 + pages/home.html | 16 ++++++ serve.json | 7 +++ styles.css | 18 +++++-- 7 files changed, 140 insertions(+), 38 deletions(-) create mode 100644 _redirects create mode 100644 pages/about.html create mode 100644 pages/error.html create mode 100644 pages/home.html create mode 100644 serve.json diff --git a/_redirects b/_redirects new file mode 100644 index 0000000..d9ad21a --- /dev/null +++ b/_redirects @@ -0,0 +1,2 @@ +/pages/* /pages/:splat 404 +/* /index.html 200 \ No newline at end of file diff --git a/index.html b/index.html index c988a5f..4ef8079 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ + nikology.dev @@ -13,21 +14,24 @@
Work In Progress
-

nikology.dev + + +
+ @@ -35,7 +39,8 @@ --> -