-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.html
35 lines (34 loc) · 1.76 KB
/
app.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
<!DOCTYPE html>
<!-- Auto Generated with Sencha Architect -->
<!-- Modifications to this file will be overwritten. -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>InstaSocial</title>
<script>
var Ext = Ext || {};
Ext.theme = {
name: "Default"
};
</script>
<script src="http://cdn.sencha.com/touch/sencha-touch-2.2.0/sencha-touch-all.js"></script>
<link rel="stylesheet" href="http://cdn.sencha.com/touch/sencha-touch-2.2.0/resources/css/sencha-touch.css">
<link rel="stylesheet" href="resources/css/networkList.css" id="networkList">
<link rel="stylesheet" href="resources/css/newsFeedList.css" id="newsFeedList">
<script src="resources/js/config.js" id="config"></script>
<script src="resources/js/localization/en.js" id="labels"></script>
<script src="resources/js/core/core.js" id="core"></script>
<script src="resources/js/core/core.connectivity.js" id="core.connectivity"></script>
<script src="resources/js/core/core.helper.js" id="core.helper"></script>
<script src="resources/js/core/core.newsfeed.js" id="core.newsfeed"></script>
<script src="resources/js/core/core.parser.js" id="core.parser"></script>
<script src="resources/js/core/core.post.js" id="core.post"></script>
<script src="resources/js/core/core.renderer.js" id="core.renderer"></script>
<script src="resources/js/core/core.settings.js" id="core.settings"></script>
<script src="resources/js/core/core.store.js" id="core.store"></script>
<script src="resources/js/core/core.ui.js" id="core.ui"></script>
<script src="resources/js/libs/lib.date.js" id="lib.date"></script>
<script type="text/javascript" src="app.js"></script>
</head>
<body></body>
</html>