forked from OpenDataSpace/touchclient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.html
More file actions
23 lines (22 loc) · 779 Bytes
/
app.html
File metadata and controls
23 lines (22 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>gds2-touchclient</title>
<script>
var Ext = Ext || {};
Ext.theme = {
name: "Default"
};
</script>
<script src="../touch-2.2.0sencha-touch-all-debug.js"></script>
<link rel="stylesheet" href="../touch-2.2.0resources/css/sencha-touch.css">
<link rel="stylesheet" href="css/agorum.css" id="agorumcss">
<script src="agorum.js"></script>
<script src="3rdparty/plupload.full.min.js"></script>
<script type="text/javascript" src="app.js"></script>
</head>
<body></body>
</html>