-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcjlib.html
More file actions
27 lines (27 loc) · 816 Bytes
/
cjlib.html
File metadata and controls
27 lines (27 loc) · 816 Bytes
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
<!DOCTYPE html>
<html>
<!--
/* 2001-05-25 (mca) : index.html */
/* Designing Hypermedia APIs by Mike Amundsen (2011) */
-->
<head>
<title>Collection+JSON</title>
<meta name="profile" content="http://www.example.com/profiles/collection.json">
<link rel="stylesheet" href="cjlib.css" />
<script type="text/javascript" src="cjlib.js"></script>
</head>
<body>
<h1>Collection+JSON</h1>
<div id="left">
<div id="links" class="block"></div>
<div id="write-template" class="block"></div>
<div id="collection" class="block"></div>
<div class="clear"> </div>
</div>
<div id="right">
<div id="queries" class="block"></div>
<div id="results" class="block"></div>
<div class="clear"> </div>
</div>
</body>
</html>