File tree Expand file tree Collapse file tree 1 file changed +19
-37
lines changed Expand file tree Collapse file tree 1 file changed +19
-37
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< 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 >
18
15
</ 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 >
22
19
</ div >
23
20
</ 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 >
43
24
</ html >
25
+
You can’t perform that action at this time.
0 commit comments