From d159175915a135fbb4c48ed6a3d3c3ff616991b8 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 26 Dec 2023 18:49:05 +0100 Subject: [PATCH] Updated asset URLs to absolute paths Switched all asset references to absolute URLs to ensure consistent resource loading, especially when the website is accessed from different subpaths. This change resolves the issue with relative paths causing resources to fail to load on pages outside of the root directory. It enhances reliability and user experience across the site. --- index.html | 18 +++++++++--------- legal.html | 20 ++++++++++---------- privacy.html | 20 ++++++++++---------- terms.html | 20 ++++++++++---------- 4 files changed, 39 insertions(+), 39 deletions(-) diff --git a/index.html b/index.html index 1aef9b5..4ade7d3 100644 --- a/index.html +++ b/index.html @@ -8,11 +8,11 @@ Private.coffee - - - - - + + + + + @@ -21,7 +21,7 @@ Private.coffee logo Private.coffee @@ -328,13 +328,13 @@
Legalese
diff --git a/legal.html b/legal.html index 6fd60df..f0dd618 100644 --- a/legal.html +++ b/legal.html @@ -8,12 +8,12 @@ Private.coffee - - - - - - + + + + + + @@ -21,7 +21,7 @@ Private.coffee logo Private.coffee @@ -81,13 +81,13 @@
Legalese
diff --git a/privacy.html b/privacy.html index ff65afb..7c11f60 100644 --- a/privacy.html +++ b/privacy.html @@ -8,12 +8,12 @@ Private.coffee - - - - - - + + + + + + @@ -21,7 +21,7 @@ Private.coffee logo Private.coffee @@ -209,13 +209,13 @@
Legalese
diff --git a/terms.html b/terms.html index 3a98024..4d2e739 100644 --- a/terms.html +++ b/terms.html @@ -8,12 +8,12 @@ Private.coffee - - - - - - + + + + + + @@ -21,7 +21,7 @@ Private.coffee logo Private.coffee @@ -214,13 +214,13 @@
Legalese