This repository has been archived by the owner on Sep 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (41 loc) · 2.46 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.8.2.js"></script>
<script src="http://code.jquery.com/ui/1.9.0/jquery-ui.js"></script>
<script src="js/wirksam_puzzle.js"></script>
</head>
<body>
<div id="puzzle_canvas">
</div>
<div id="t01" class="puzzle_img" style="cursor: pointer; position: absolute; width: 201px; height: 150px; left: 462px; top: 375px; z-index: 25043;">
<img id="pimg_01" src="img/img_01.png">
</div>
<div id="t02" class="puzzle_img" style="cursor: pointer; position: absolute; width: 201px; height: 150px; left: 462px; top: 375px; z-index: 25043;">
<img id="pimg_02" src="img/img_02.png">
</div>
<div id="t03" class="puzzle_img" style="cursor: pointer; position: absolute; width: 201px; height: 150px; left: 462px; top: 375px; z-index: 25043;">
<img id="pimg_03" src="img/img_03.png">
</div>
<div id="t04" class="puzzle_img" style="cursor: pointer; position: absolute; width: 201px; height: 150px; left: 462px; top: 375px; z-index: 25043;">
<img id="pimg_04" src="img/img_04.png">
</div>
<div id="t05" class="puzzle_img" style="cursor: pointer; position: absolute; width: 201px; height: 150px; left: 462px; top: 375px; z-index: 25043;">
<img id="pimg_05" src="img/img_05.png">
</div>
<div id="t06" class="puzzle_img" style="cursor: pointer; position: absolute; width: 201px; height: 150px; left: 462px; top: 375px; z-index: 25043;">
<img id="pimg_06" src="img/img_06.png">
</div>
<div id="t07" class="puzzle_img" style="cursor: pointer; position: absolute; width: 201px; height: 150px; left: 462px; top: 375px; z-index: 25043;">
<img id="pimg_07" src="img/img_07.png">
</div>
<div id="t08" class="puzzle_img" style="cursor: pointer; position: absolute; width: 201px; height: 150px; left: 462px; top: 375px; z-index: 25043;">
<img id="pimg_08" src="img/img_08.png">
</div>
<div id="t09" class="puzzle_img" style="cursor: pointer; position: absolute; width: 201px; height: 150px; left: 462px; top: 375px; z-index: 25043;">
<img id="pimg_09" src="img/img_09.png">
</div>
<body>
</html>