Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -330,7 +330,7 @@
|
|
330 |
</div>
|
331 |
|
332 |
<div class="start-screen" id="startScreen">
|
333 |
-
<h1 style="color: #0f0; font-size: 48px; margin-bottom: 20px;">
|
334 |
<button class="start-button" onclick="startGame()">Start Game</button>
|
335 |
<div style="color: #0f0; margin-top: 20px; text-align: center;">
|
336 |
<p>Controls:</p>
|
@@ -343,8 +343,8 @@
|
|
343 |
|
344 |
|
345 |
<div id="gameContainer">
|
346 |
-
<div id="gameTitle">
|
347 |
-
<div id="mission">MISSION:
|
348 |
<div id="gameStats">
|
349 |
<div id="score">Score: 0</div>
|
350 |
<div id="time">Time: 180s</div>
|
|
|
330 |
</div>
|
331 |
|
332 |
<div class="start-screen" id="startScreen">
|
333 |
+
<h1 style="color: #0f0; font-size: 48px; margin-bottom: 20px;">JET FIGHT SIMULATER</h1>
|
334 |
<button class="start-button" onclick="startGame()">Start Game</button>
|
335 |
<div style="color: #0f0; margin-top: 20px; text-align: center;">
|
336 |
<p>Controls:</p>
|
|
|
343 |
|
344 |
|
345 |
<div id="gameContainer">
|
346 |
+
<div id="gameTitle">JET FIGHT SIMULATER</div>
|
347 |
+
<div id="mission">MISSION: DESTROY ENEMY JET</div>
|
348 |
<div id="gameStats">
|
349 |
<div id="score">Score: 0</div>
|
350 |
<div id="time">Time: 180s</div>
|