Update index.html

This commit is contained in:
2025-01-08 14:57:08 -06:00
committed by GitHub
parent f33a7f888d
commit 41b537e5d4
@@ -1,6 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<head> <head>
<title>Loading Animation</title>
<style> <style>
body { body {
background-color: #f0f0f0; background-color: #f0f0f0;
@@ -43,7 +42,6 @@ setTimeout(() => {
}, 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" />