-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (45 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="cs" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="css/style.css" type="text/css">
<script src="js/jquery.js"></script>
<script src="js/jquery-color.js"></script>
<script src="js/jquery-cookie.js"></script>
<script src="js/jquery-extended-selectors.js"></script>
<script src="js/time.js"></script>
<script src="js/setup.js"></script>
<script src="js/player.js"></script>
<script src="js/game.js"></script>
<script src="js/grid.js"></script>
<script src="js/result.js"></script>
<!--
Created by: Jan Legner ([email protected])
Licence: "As is"
Version: 1.1a
Released: 2014-11-04
If you require some changes to be made, DIY or feel free to contact me (which does not mean that I will actually do it).
-->
</head>
<body>
<div class=setup>
<div class=body>
</div>
</div>
<div class=panel>
<div class=boardWrap autosize=true>
<table class=board>
</table>
</div>
<div class=legendPlayers>
<table>
</table>
<button>Uložit</button>
</div>
<div class=result>
</div>
</div>
</body>
</html>