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