-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
38 lines (35 loc) · 1.59 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
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Underbrush</title>
<head>
<script src="js/jquery.min.js"></script>
<script src="js/gamerefactor.js"></script>
<link href="css/underbrush2.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="js/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
<script type="text/javascript" src="js/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Amatic+SC:700,400' rel='stylesheet' type='text/css'>
</head>
<body>
<script type="text/javascript">
var $= jQuery.noConflict();
</script>
<div id="topmenu"><div id="menubutton"></div><div id="scorecard"></div><div id="distribution"></div><div id="cardsremaining"></div></div><div id="doomcount"></div><div id="lamp1"></div><div id="lamp2"></div><br>
<div id="sequence"></div><br>
<div id="hand"><center><img src="img/logo.png" style="margin-top: -60px;"></center><br>
<div id="title">UNDERBRUSH</div>
</div>
<div id="infocard">
<p id="easy" class="option">Easy Mode</p>
<p id="normal" class="option">Normal Mode</p>
<p id="hard" class="option">Hard Mode</p>
<br>
<p id="tutorial" class="option">Tutorial</p>
<p id="rules" class="option">Rules</p>
<br>
<p id="captionon" class="option">Turn On Colour Description</p>
<p id="cardlistoff" class="option">Turn On Card Distribution</p></div>
<div id="preview"></div>
</body>
</html>