From 922262daf3e1e6ee3aac0ef3b4df0fae95f7c476 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Mon, 21 Dec 2020 08:52:31 +0100 Subject: [PATCH] WOMM fix #1 --- public/netwatch/PAGE_NOT_FOUND.html | 8 ++++---- public/netwatch/assets/css/style.css | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/netwatch/PAGE_NOT_FOUND.html b/public/netwatch/PAGE_NOT_FOUND.html index d2a3d90..78dfc71 100644 --- a/public/netwatch/PAGE_NOT_FOUND.html +++ b/public/netwatch/PAGE_NOT_FOUND.html @@ -4,14 +4,14 @@ - + NETDIR://PAGE_NOT_FOUND
- +

THIS PAGE CANNOT BE DISPLAYED. FOR HELP, PLEASE CONTACT NETWATCH

REMEMBER: Never access private domains with the extension .web. Surf ONLY domains with approved URL extensions (e.g. CORP, PUB, LAW). DO NOT upload daemons on public-access computers. If you encounter a rouge AI, contact a NetWatch officer IMMEDIATELY and follow their instructions.

diff --git a/public/netwatch/assets/css/style.css b/public/netwatch/assets/css/style.css index 05f0e67..a8f0cc3 100644 --- a/public/netwatch/assets/css/style.css +++ b/public/netwatch/assets/css/style.css @@ -1,6 +1,6 @@ @font-face { font-family: "NetWatch"; - src: url("../fonts/netwatch-normal.woff2"); + src: url("/netwatch/assets/fonts/netwatch-normal.woff2"); font-weight: 300; } @@ -32,7 +32,7 @@ body { justify-content: center; -webkit-filter: saturate(2); filter: saturate(2); - cursor: url("../img/cursor.png") 32 32, auto; + cursor: url("/netwatch/assets/img/cursor.png") 32 32, auto; } /* ---- */