From 29edacec041e7b61857c85050a1e5d1db05479db Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 22 Jan 2022 00:45:29 +0000 Subject: [PATCH] Add loading message --- webclient/public/index.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/webclient/public/index.html b/webclient/public/index.html index 18c1a96..c9b6ac5 100644 --- a/webclient/public/index.html +++ b/webclient/public/index.html @@ -28,7 +28,9 @@ position: absolute; background: black; color: white; - animation: showMessage 0s 2s forwards; + } + .errormessage { + animation: showMessage 0s 5s forwards; opacity: 0; } @@ -40,12 +42,15 @@

Spaceport

-

If you are reading this message, there's been an error.

- -

- Try refreshing the page. If that doesn't work,
- please contact Tanner (protospace@tannercollin.com) for help. -

+

Loading...

+
+

If you are reading this message, there's been an error.

+ +

+ Try refreshing the page. If that doesn't work,
+ please contact Tanner (protospace@tannercollin.com) for help. +

+