-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (29 loc) · 967 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>What Do We Eat?</title>
<link rel="stylesheet" href="css/animate.css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="css/css.css" media="screen" title="no title" charset="utf-8">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
</head>
<body>
<main>
<h1>What Do We Eat?!</h1>
<h3>Whoever <span class="player-condition"></span> is player one.</h3>
<h2>Player one, please eliminate an option below</h2>
<div class="allOptions">
<!-- <div class="foodOption">Thai
</div> -->
</div>
<div class="shuffle">
<span>Give Us New Options! (both players must agree)</span>
</div>
<div class="copyright">
<span>© 2016 By Alex Krawiec</span>
</div>
</main>
<script type="text/javascript" src="js/js.js">
</script>
</body>
</html>