forked from thewebguy/junior-example
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
25 lines (23 loc) · 946 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Junior PhoneGap Example</title>
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<link rel="stylesheet" href="stylesheets/vendor/ratchet.css"/>
<link rel="stylesheet" href="stylesheets/vendor/junior.css"/>
</head>
<body>
<div id="app-container">
<div id="app-main">
</div>
</div>
<script src="javascripts/vendor/modernizr.custom.15848.js"></script>
<script src="javascripts/vendor/zepto.min.js"></script>
<script src="javascripts/vendor/zepto.flickable.min.js"></script>
<script src="javascripts/vendor/lodash.min.js"></script>
<script src="javascripts/vendor/backbone-min.js"></script>
<script src="javascripts/vendor/junior.js"></script>
<script src="javascripts/app.js"></script>
</body>
</html>