From 746a810eea15e52f7d1b17778239825daad90e01 Mon Sep 17 00:00:00 2001 From: stale Date: Mon, 30 May 2022 22:30:47 -0300 Subject: fix absolute paths so deployment is easier --- assets/index.html | 2 +- assets/room.html | 4 ++-- assets/style.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'assets') diff --git a/assets/index.html b/assets/index.html index 763b9ef..9517529 100644 --- a/assets/index.html +++ b/assets/index.html @@ -4,7 +4,7 @@ websweeper - +
diff --git a/assets/room.html b/assets/room.html index d96bb77..4470aea 100644 --- a/assets/room.html +++ b/assets/room.html @@ -4,7 +4,7 @@ websweeper - +
@@ -15,5 +15,5 @@
- + diff --git a/assets/style.css b/assets/style.css index 52a2021..cf9f8a6 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,6 +1,6 @@ @font-face { font-family: vt323; - src: url("/f.ttf"); + src: url("./f.ttf"); } #board-container { font-size: 36px; -- cgit v1.2.3