-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
executable file
·27 lines (26 loc) · 878 Bytes
/
index.php
File metadata and controls
executable file
·27 lines (26 loc) · 878 Bytes
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
<html>
<head>
<title>Kings</title>
<link rel="stylesheet" href="css/jquery.mobile-1.0.1.css" />
<link rel="stylesheet" href="css/style.css" />
<script src="js/jquery.js"></script>
<script src="js/jquery.mobile-1.0.1.js"></script>
<script src="js/cards.js"></script>
<script src="js/index.js"></script>
</head>
<body>
<div data-role="page" class="type-home" data-title="Kings" id="index" data-theme="a"><!-- /index -->
<div id="surface">
<a href="#" id="next_btn" data-role="button" data-icon="forward">Start</a>
<a id="wtfits" target="_blank" href="https://en.wikipedia.org/wiki/Kings_(card_game)" rel="external" data-icon="info">WTFITS</a>
<div id="card_number">
</div>
<div id="card_graphic">
</div>
<div id="game_over">
Drink up butter cup!
</div>
</div>
</div>
</body>
</html>