-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 1.13 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
<!DOCTYPE html>
<html class="ui-mobile">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HTML5 gros vilain</title>
<link rel="stylesheet" href="css/main.css">
<script src="js/jquery-1.6.4.min.js"></script>
<!--<script src="js/zepto-1.0rc1.js"></script>-->
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
<script src="js/main.js"></script>
<script src="http://vincz.hd.free.fr:8081/target/target-script-min.js#anonymous"></script>
</head>
<body>
<div data-role="page">
<div data-role="header">
<h1>Sacripan</h1>
</div>
<div class="viewport-wrapper" data-role="content">
<div class="viewport">
<img id="target-img" class="target-img" src="test/assets/pic1.jpg">
</div>
</div>
<!--
<div data-position="fixed" data-role="footer" class="ui-bar">
<button id="nudifier" data-role="button">Vilain!</button>
</div>
-->
</div>
</body>
</html>