-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbruixola.html
41 lines (26 loc) · 1011 Bytes
/
bruixola.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
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/jquery.mobile-1.3.1.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div id="page1" data-role="page">
<header data-role="header" data-position="fixed">
<a href="index.html" data-icon="home" data-theme="b">Tornar</a>
<h1>Brúixola</h1>
</header>
<section data-role="content" style="padding: 10px 0;">
<img id="compass" class="Center img_compass" src="img/compass320.png" />
</section>
</div>
<script type="text/javascript" src="cordova-2.7.0.js"></script>
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/scripting.js"></script>
<script src="js/jquery.mobile-1.3.1.min.js"></script>
<script src="js/bruixola.js"></script>
</body>
</html>