Delete index.html
This commit is contained in:
parent
b0a527843b
commit
96d8ea6f64
40
index.html
40
index.html
@ -1,40 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="id">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Neon Block Tower</title>
|
|
||||||
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap" rel="stylesheet">
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="style.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<div class="main-wrapper">
|
|
||||||
<h1 class="game-title">NEON STACKER</h1>
|
|
||||||
|
|
||||||
<div id="game-container">
|
|
||||||
<canvas id="gameCanvas" width="350" height="550"></canvas>
|
|
||||||
|
|
||||||
<div id="ui-layer">
|
|
||||||
<h2 id="status-text">GAME OVER</h2>
|
|
||||||
<div class="score-box">
|
|
||||||
<p>SCORE</p>
|
|
||||||
<span id="final-score">0</span>
|
|
||||||
</div>
|
|
||||||
<button class="btn" onclick="resetGame()">RETRY</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="ingame-score">0</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="score-board">
|
|
||||||
<span class="label">BEST SCORE</span>
|
|
||||||
<div id="high-score-display">--</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<script src="script.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Loading…
x
Reference in New Issue
Block a user