Reaperxxxx commited on
Commit
351b9d7
·
verified ·
1 Parent(s): 8a6cc6a

Update index.html

Browse files
Files changed (1) hide show
  1. 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>REIKER AV</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 nofullscreen muted>
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>