Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 26f8e43

Browse files
committed
Some style for the index.
1 parent 6e5c87e commit 26f8e43

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
<html>
22
<head>
33
<title>JSON Schema</title>
4+
<link href="lib/bootstrap-min.css" rel="stylesheet">
45
</head>
56
<body>
7+
<div class="container">
8+
<div class="row">
9+
<div class="span10">
10+
<div class="page-header">
611
<h1>JSON Schema</h1>
12+
</div>
13+
</div>
14+
</div>
15+
<div class="row">
16+
<div class="span10">
17+
718
<p>Please see the <a href="http://tools.ietf.org/html/draft-zyp-json-schema-03">JSON Schema Internet Draft</a> for the latest specification.
819
</p>
920
<p><strong>It went a little side tracked but will be updated soon.</strong></p>
@@ -24,5 +35,8 @@ <h3>Tools</h3>
2435
<p>A list of JSON Schema implementations can be found <a href="implementations.html">here</a>.</p>
2536
<h3>Discussion</h3>
2637
<p>Discussion about usage and development of JSON Schema can be found at the <a href="https://groups.google.com/forum/#!forum/json-schema">json-schema google group</a>.</p>
38+
</div>
39+
</div>
40+
2741
</body>
2842
</html>

0 commit comments

Comments
 (0)