-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcjex.html
41 lines (40 loc) · 1.08 KB
/
cjex.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
34
35
36
37
38
39
40
41
<html>
<head>
<title>Collection+JSON Explorer</title>
<link href="cjex.css" rel="stylesheet" />
<script src="cjex.js">//na</script>
</head>
<body>
<div id="header">
<h1>Collection+JSON Explorer</h1>
<form action="get" href="#" class="startingUrl">
<input name="url" value="" placeholder="http://" class="url"/>
<input type="submit" value="Go" class="submit"/>
</form>
</div>
<div id="main">
<div id="items" class="init">
<h2>Items</h2>
</div>
<div id="queries" class="init">
<h2>Queries</h2>
</div>
<hr class="clear" />
</div>
<div id="footer">
<p class="announce">
<span class="home">
Source:
<a href="https://github.com/collection-json/cj-explorer"
target="cj-explorer">
https://github.com/collection-json/cj-explorer
</a>
</span>
</p>
</div>
<div id="template" style="display:none;" class="init">
</div>
<div id="error" style="display:none;" class="init">
</div>
</body>
</html>