-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.33 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
<!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="width=device-width, initial-scale=1.0">
<!--link rel="stylesheet" type="text/css" href="CSS/default.css" /-->
<title>Powered by CrossUI No-Code App Builder</title>
</head>
<body>
<script type="text/javascript" src="//www.crossui.com/libs/3.0/js/xui-all.js"></script>
<script type="text/javascript" src="xuiconf.js"></script>
<script type="text/javascript">
if(typeof(xui)!=="undefined")
xui.launch('App/js/index.js');
else{
document.write("Did not find XUI library, please check script path in index.html !");
}
</script>
</body>
</html>