From 36670ada413f81ed9591e63d72309c5e0fffb027 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 17 May 2020 15:13:24 -0700 Subject: [PATCH] empires: Fix references to "local" CSS and JS files While it's tempting to just treat these as coming from the current directory, in practice this HTMl page will be served from a dynamic path that includes the game ID as a path component. So we have to look up one directory to find these resources. --- empires/game.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/empires/game.html b/empires/game.html index aad704b..657464a 100644 --- a/empires/game.html +++ b/empires/game.html @@ -8,11 +8,11 @@ - + - +
-- 2.43.0