-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (32 loc) · 1.86 KB
/
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="keywords" content="ui,gui,prototyping,designer,builder,rad,ria,spa,no-code,codeless,without coding,programming,development,drag and drop,web application,build app,create app,make app" />
<meta name="description" content="Powered by CrossUI No-Code App Builder - Create Interactive App Without Coding" />
<meta name="copyright" content="[email protected]" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1,
width=device-width, height=device-height" />
<meta http-equiv="no-cache">
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="content-type" content="no-cache, must-revalidate" />
<meta http-equiv="expires" content="-1"/>
<!--link rel="stylesheet" type="text/css" href="CSS/default.css" /-->
<title>Powered by CrossUI No-Code App Builder</title>
</head>
<body>
<div id="loading" style="position:fixed;width:100%;text-align:center;">
<img id="loadingimg" alt="Loading..." title="Loading..." src="//www.crossui.com/libs/2.0/loading.gif" />
</div>
</body>
</html>
<script type="text/javascript" src="//www.crossui.com/libs/2.0/js/xui-all.js"></script>
<script type="text/javascript" src="xuiconf.js"></script>
<script type="text/javascript">
if(typeof(xui)!=="undefined") xui.launch(xui.getUrlParams().cls||'App/js/index.js', function(){xui('loading').remove()});
else document.write("Can not find CrossUI library, please check it!");
</script>