-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.26 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
<!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="GUI design,GUI builder,web UI,RAD,RIA,development tool,multi-platform,cross-platform,web app" />
<meta name="description" content="CrossUI JSON Editor - view, edit and format JSON online" />
<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">
<title>CrossUI - JSON Editor - view, edit and format JSON online</title>
</head>
<body>
<script type="text/javascript" src="//www.crossui.com/libs/2.0/js/xui-all.js"></script>
<script type="text/javascript" src="//www.crossui.com/libs/2.0/js/Coder.js"></script>
<script type="text/javascript" src="App/js/index.js"></script>
<script type="text/javascript" src="App/js/CodeView.js"></script>
<script type="text/javascript" src="App/js/TreeView.js"></script>
<script type="text/javascript">
new App().show();
</script>
</body>
</html>