From 2c56c00f5547b24e9f0d408fb02f21cf5e29a596 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 21 May 2020 10:14:55 -0700 Subject: [PATCH] Use absolute references for CSS and JS files I wouldn't expect this to have a behavioral change, but I recently got a bug report from some users who where unable to get these resources, (their browser was trying to fetch them from https://lmno.games/game.css instead of https://lmno.games/epires/game.css). --- empires/game.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/empires/game.html b/empires/game.html index 657464a..d3be569 100644 --- a/empires/game.html +++ b/empires/game.html @@ -8,11 +8,11 @@ - + - +
-- 2.43.0