Skip to content

Commit 345dc97

Browse files
authored
Update index.html
1 parent 5520802 commit 345dc97

File tree

1 file changed

+19
-37
lines changed

1 file changed

+19
-37
lines changed

Simon_Game/index.html

Lines changed: 19 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,25 @@
11
<!DOCTYPE html>
22
<html lang="en" dir="ltr">
3-
4-
<head>
5-
<meta charset="utf-8">
6-
<title>Simon</title>
7-
<link rel="stylesheet" href="styles.css">
8-
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
9-
</head>
10-
11-
<body>
12-
<h1 id="level-title">Press A Key to Start</h1>
13-
<div class="container">
14-
<div lass="row">
15-
16-
<div type="button" id="green" class="btn green">
17-
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Simon</title>
6+
<link rel="stylesheet" href="styles.css">
7+
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
8+
</head>
9+
<body>
10+
<h1 id="level-title">Press A Key to Start</h1>
11+
<div class="container">
12+
<div lass="row">
13+
<div type="button" id="green" class="btn green"></div>
14+
<div type="button" id="red" class="btn red"></div>
1815
</div>
19-
20-
<div type="button" id="red" class="btn red">
21-
16+
<div class="row">
17+
<div type="button" id="yellow" class="btn yellow"></div>
18+
<div type="button" id="blue" class="btn blue"></div>
2219
</div>
2320
</div>
24-
25-
<div class="row">
26-
27-
<div type="button" id="yellow" class="btn yellow">
28-
29-
</div>
30-
<div type="button" id="blue" class="btn blue">
31-
32-
</div>
33-
34-
</div>
35-
36-
</div>
37-
38-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
39-
<script src="game.js" charset="utf-8"></script>
40-
41-
</body>
42-
21+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
22+
<script src="game.js" charset="utf-8"></script>
23+
</body>
4324
</html>
25+

0 commit comments

Comments
 (0)