From 44afb2361bc91681a8874ec6bd941315c8a58550 Mon Sep 17 00:00:00 2001 From: Evan Date: Sat, 21 Dec 2024 13:27:16 -0800 Subject: [PATCH] fade in on home page to prevent html loading before css --- TODO.txt | 2 +- src/client/index.html | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index 87fb56967..0f802e8a8 100644 --- a/TODO.txt +++ b/TODO.txt @@ -257,7 +257,7 @@ * bug: ips are not stored DONE 12/20/2024 * highlight player spawn DONE 12/21/2024 * make bots less likely to build ships DONE 12/21/2024 -* bugix: wait for css to load on front page +* bugix: wait for css to load on front page DONE 12/21/2024 -- v0.13.0 release diff --git a/src/client/index.html b/src/client/index.html index d8da277e6..184b28138 100644 --- a/src/client/index.html +++ b/src/client/index.html @@ -16,6 +16,14 @@ gtag('config', 'AW-16702609763'); + +