From f70b51986e2400f9b88c222991f6f20e20376071 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Sun, 9 Aug 2026 00:17:48 +0200 Subject: [PATCH] :goat: --- 404.html | 15 ++ fonts/fonts.css | 3 +- index.html | 37 +++- script.js | 444 ++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 306 +++++++++++++++++++++++++++++---- 5 files changed, 769 insertions(+), 36 deletions(-) create mode 100644 404.html diff --git a/404.html b/404.html new file mode 100644 index 0000000..5025e28 --- /dev/null +++ b/404.html @@ -0,0 +1,15 @@ + + +404 Not Found + +

404 Not Found

+
The page has been deleted
+ + + diff --git a/fonts/fonts.css b/fonts/fonts.css index a86f950..1864f70 100644 --- a/fonts/fonts.css +++ b/fonts/fonts.css @@ -5,8 +5,7 @@ @font-face { font-family: 'DM Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/dm-mono-400.woff2') format('woff2'); -} -@font-face { +}@font-face { font-family: 'DM Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/dm-mono-500.woff2') format('woff2'); } diff --git a/index.html b/index.html index b637731..a5724a8 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,10 @@ + Nikolaj Gade πŸ’» Software Developer @@ -33,7 +37,7 @@