From c303df5bd6fdde04cce4bdd8e84a554d2c630461 Mon Sep 17 00:00:00 2001 From: aliamanuba Date: Thu, 2 May 2024 19:24:35 +0800 Subject: Added Preload for Web - Bluesky logo in the center when a new visitor or shift+refresh by browser client --- web/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'web') diff --git a/web/index.html b/web/index.html index b059e69e9..11d5b966e 100644 --- a/web/index.html +++ b/web/index.html @@ -51,6 +51,14 @@ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Liberation Sans", Helvetica, Arial, sans-serif; } + #preload { + width: 100px; + position: fixed; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + } + /* Buttons and inputs have a font set by UA, so we'll have to reset that */ button, input, textarea { font: inherit; @@ -301,6 +309,11 @@ +
+ + +
+
-- cgit 1.4.1