-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (55 loc) · 1.84 KB
/
index.html
File metadata and controls
60 lines (55 loc) · 1.84 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Return Gnome!</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="js/bundle.js"></script>
<link href="https://fonts.googleapis.com/css?family=Indie+Flower|Oswald:400,700|Shadows+Into+Light" rel="stylesheet">
<link rel="stylesheet" href="stylesheets/css/main.css" media="screen" title="no title">
<link rel="stylesheet" href="stylesheets/animate.css">
</head>
<body>
<div class="return-gnome clearfix">
<section class="sidebar clearfix">
<div class="header-level-buttons">
<h2>Return Gnome!</h2>
<div class="level-buttons">
<button type="button" class="prev-level-button" name="button"><</button>
<div class="level-text" >
</div>
<button type="button" class="next-level-button" name="button">></button>
</div>
</div>
<div class="instructions">
</div>
<div class="css">
<div class="line-numbers">
1 <br> 2 <br> 3 <br> 4 <br> 5 <br> 6 <br> 7 <br> 8 <br> 9 <br> 10 <br>
</div>
<div class="right-css">
<div class="pre-css">
.forest {
<br>
<div class="pre-css-style">
display: flex;
</div>
</div>
<div class="css-style">
</div>
<div class="after-css">
}
<button type="button" class="finish-level-button" name="button" disabled="true">Next</button>
</div>
</div>
</div>
</section>
<section class="game clearfix">
<div class="forest">
</div>
<div class="houses">
</div>
</section>
</div>
</body>
</html>