Update index.html
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Loading Animation</title>
|
||||
<style>
|
||||
body {
|
||||
background-color: #f0f0f0;
|
||||
@@ -42,8 +41,7 @@ setTimeout(() => {
|
||||
loadingContainer.style.display = 'none';
|
||||
}, 5000); // Hide after 3 seconds
|
||||
</script>
|
||||
</body>
|
||||
<html lang="en">
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
Reference in New Issue
Block a user