-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (38 loc) · 1.19 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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet"
href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
</head>
<body>
<div data-role="page" style="background: url('img/background.jpg')">
<div data-role="header">
<h1>Rhône Le département</h1>
</div>
<div class="appli">
<form>
<button>Incident</button>
<button>Description</button>
<li><a href="#" class="add-location-btn">Add Location</a></li>
<li><a href="#" class="change-pic-btn">Change Picture</a></li>
</form>
</div>
<div class='details'>
<img class='employee-image' src='' />
</div>
<div class="location">
</div>
<div data-role="footer" data-position="fixed">
<a href="#" data-icon="arrow-u">Aide</a> <a href="#"
data-icon="arrow-u">Contact</a>
</div>
</div>
<script src="lib/jquery-1.8.2.min.js"></script>
<script src="lib/jquery.mobile-1.3.1.js"></script>
<script src="js/storage/memory-store.js"></script>
<script src="js/main.js"></script>
<!-- <script src="phonegap.js"></script> -->
<script src="js/cordova-2.7.0.js"></script>
<script src="js/EmailComposer.js"></script>
</body>
</html>