forked from OpenDataSpace/touchclient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 761 Bytes
/
index.html
File metadata and controls
16 lines (16 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="width=device-width height=device-height user-scalable=no" name="viewport">
<meta content="native" name="cursor-event-mode">
<meta content="pure-with-mouse-conversion" name="touch-event-mode">
<title>DataSpace-2.0 TouchUI</title>
<script type="text/javascript" src="sencha-touch-all@DEBUG@.js"></script>
<script type="text/javascript" src="agorum.js"></script>
<script type="text/javascript" src="3rdparty/plupload.full.min.js"></script>
<script type="text/javascript" src="app.js"></script>
<link rel="stylesheet" href="css/sencha-touch.css">
<link rel="stylesheet" href="css/app.css">
</head>
</html>