From f10c227f97d6e7d49f9e2b9353be0d802e2781af Mon Sep 17 00:00:00 2001 From: Apache Date: Thu, 18 Jul 2024 16:54:54 -0500 Subject: [PATCH] Relative path experiment --- public/index.html | 2 +- public/not_found.html | 2 +- public/style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index df0ae67..bc6f815 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ Apache's neocities home! :3 - +

Hi! I'm under construction :33

diff --git a/public/not_found.html b/public/not_found.html index 5c94fe2..6fc8d71 100644 --- a/public/not_found.html +++ b/public/not_found.html @@ -4,7 +4,7 @@ Not Found - +

Page Not Found

diff --git a/public/style.css b/public/style.css index c950d8f..f7f0107 100644 --- a/public/style.css +++ b/public/style.css @@ -1,6 +1,6 @@ @font-face { font-family: basiic; - src: url("/basiic.ttf"); + src: url("./basiic.ttf"); }