remove the broken loader

im stupid and i made the redirect time 0 seconds
This commit is contained in:
jumping283 2023-01-26 14:38:53 -08:00 committed by GitHub
parent ee09f4c3b1
commit ee35f1d905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<head>
<title>Loading</title>
<meta charset="UTF-8">
<meta http-equiv="Refresh" content="0; url='/'" />
<meta http-equiv="Refresh" content="1000; url='/'" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/w3css/w3.css">
<link rel="stylesheet" href="/maydo/loading.css">
@ -29,7 +29,7 @@ body, html {height: 100%}
<h1 class="w3-jumbo w3-animate-top">Loading</h1>
<hr class="w3-border-grey" style="margin:auto;width:40%">
<p class="w3-large w3-center">Please Wait...</p><br>
<div class="loader"></div>
<!--<div class="loader"></div>-->
</div>
<!-- <div class="w3-display-bottomleft w3-padding-large">
Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a>