Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -10,14 +10,14 @@
|
|
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" autoplay loop muted>
|
20 |
-
<source src="
|
21 |
Your browser does not support the video tag.
|
22 |
</video>
|
23 |
<img src="plane.png" alt="Plane" class="plane" id="plane" />
|
|
|
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" autoplay loop muted>
|
20 |
+
<source src="https://files.catbox.moe/z1ghz2.mp4" type="video/mp4">
|
21 |
Your browser does not support the video tag.
|
22 |
</video>
|
23 |
<img src="plane.png" alt="Plane" class="plane" id="plane" />
|