-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (54 loc) · 2.19 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>KittenCapades</title>
<script type='text/javascript' src='https://code.jquery.com/jquery-2.2.4.min.js'></script>
<script type='text/javascript' src='game.js'></script>
<link rel="stylesheet" href="./styles.css">
<link rel="stylesheet" href="animate.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css">
<link href='https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Homemade+Apple|Satisfy' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container">
<div class="row">
<h1 id="introText">KittenCapades</h1>
</div>
<div class="row"><button class="start">Let's Play!</button></div>
<div class="row">
<ul class="diamond-grid">
<li class="dia1 diamonds hide"><img src="images/kittypurple.png" alt=""></li>
<li class="dia2 diamonds hide"><img src="images/kittylime.png" alt=""></li>
<li class="dia3 diamonds hide"><img src="images/kittyblue.png" alt=""></li>
<li class="dia4 diamonds hide"><img src="images/kittygreen.png" alt=""></li>
<li class="dia5 diamonds hide"><img src="images/kittyorange.png" alt=""></li>
</ul>
</div>
<div class="row gameChoices">
<button class="reset">Reset</button> <button class="play">Play Again</button>
</div>
</div>
</body>
</html>
<!--
[[[[[[[[[[[[[[[ ]]]]]]]]]]]]]]]
[:::::::::::::: ::::::::::::::]
[:::::::::::::: ::::::::::::::]
[::::::[[[[[[[: :]]]]]]]::::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ROUGH PROJECT ]:::::]
[:::[ freshmedleydesigns.com ]:::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[::::::[[[[[[[: :]]]]]]]::::::]
[:::::::::::::: ::::::::::::::]
[:::::::::::::: ::::::::::::::]
[[[[[[[[[[[[[[[ ]]]]]]]]]]]]]]]
-->