-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 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
<!DOCTYPE html>
<html>
<head>
<title>Magma</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- jQuery Mobile styles -->
<link rel="stylesheet" media="all" href="css/webfonts/webfonts.css" />
<link rel="stylesheet" media="all" href="scripts/libs/jquery.mobile/jquery.mobile-1.2.0.css" />
<link rel="stylesheet" media="all" href="css/stylesheet.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<!--bloquea el zoom -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!--Quita barras superior e inferior de safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<!-- Fix for scrolling on iOS prior to iOS 6 -->
<style type="text/css">
.scrollable > * {
-webkit-transform: translateZ(0px);
}
</style>
<script type="text/javascript" src="scripts/libs/cordova/cordova-ios-2.5.0.js"></script>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=true"></script>
<script data-main="scripts/main" type="text/javascript" src="scripts/libs/require/require.js"></script>
</head>
<body>
<div id="container"></div>
</body>
</html>