forked from derek-lu/default_iphone_library_v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·33 lines (25 loc) · 854 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
26
27
28
29
30
31
32
33
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Library</title>
<!--
The DPS library/store API.
The include below should be commented out when testing on the desktop.
-->
<script src="libs/AdobeLibraryAPI.js"></script>
<!-- jQuery library. -->
<script src="libs/jquery-1.9.1.min.js"></script>
<!-- Required library of utility functions for backbone. -->
<script src="libs/underscore-min.js"></script>
<!-- Application framework. -->
<script src="libs/backbone-min.js"></script>
<!-- Library for spinner. -->
<script src="libs/spin.min.js"></script>
<!-- Eliminates 300ms delay on device. -->
<script src="libs/fastclick.min.js"></script>
<!-- The main file which instantiates AppView. -->
<script src="js/main.js"></script>
</head>
<body ontouchstart="">
</body>
</html>