Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -4
index.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Aviator Game</title>
|
7 |
<link rel="stylesheet" href="styles.css">
|
8 |
</head>
|
@@ -10,13 +10,13 @@
|
|
10 |
<div class="container">
|
11 |
<header>
|
12 |
<button id="back-btn">Back</button>
|
13 |
-
<h1>
|
14 |
<div class="balance-display">Balance: <span id="balance">0.00</span> tokens</div>
|
15 |
</header>
|
16 |
|
17 |
<main>
|
18 |
<div class="game-screen">
|
19 |
-
<video class="sky-video" loop
|
20 |
<source src="https://files.catbox.moe/z1ghz2.mp4" type="video/mp4">
|
21 |
Your browser does not support the video tag.
|
22 |
</video>
|
@@ -35,4 +35,5 @@
|
|
35 |
</div>
|
36 |
|
37 |
<script src="script.js"></script>
|
38 |
-
</body>
|
|
|
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
6 |
<title>Aviator Game</title>
|
7 |
<link rel="stylesheet" href="styles.css">
|
8 |
</head>
|
|
|
10 |
<div class="container">
|
11 |
<header>
|
12 |
<button id="back-btn">Back</button>
|
13 |
+
<h1>Test</h1>
|
14 |
<div class="balance-display">Balance: <span id="balance">0.00</span> tokens</div>
|
15 |
</header>
|
16 |
|
17 |
<main>
|
18 |
<div class="game-screen">
|
19 |
+
<video class="sky-video" autoplay loop muted playsinline>
|
20 |
<source src="https://files.catbox.moe/z1ghz2.mp4" type="video/mp4">
|
21 |
Your browser does not support the video tag.
|
22 |
</video>
|
|
|
35 |
</div>
|
36 |
|
37 |
<script src="script.js"></script>
|
38 |
+
</body>
|
39 |
+
</html>
|