-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 1.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://www.dr-mikes-math-games-for-kids.com/linkimgs/GuessMyNumber.png">
</head>
<body>
<div class="container">
<header>
<button class="btn again">Again</button>
<p class="between">1-20</p>
<h1>GUESS THE NUMBER</h1>
<div class="number">?</div>
</header>
<main>
<section class="left">
<input type="number" class="guess">
<button class="btn check">Check</button>
</section>
<section class="right">
<p class="msg">Let the game begin.. 😅</p>
<div class="score">
<p>Life: <span class="life">10</span> </p>
<p>🎖️ Top Score: <span class="topScore">0</span></p>
</div>
</section>
</main>
</div>
<div class="img">
<img src="./images/360_F_233380815_4ah3nJszftXDiCch6CwlmlAJdJSsRlSM.jpg" alt="" width="100%">
<script src="./Guessnumber.js"></script>
</body>
</html>