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

Commit 2bcbc62

Browse files
committed
impl has style too yo
1 parent 9f29827 commit 2bcbc62

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

implementations.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
<html>
22
<head>
33
<title>JSON Schema Implementations</title>
4+
<link href="lib/bootstrap-min.css" rel="stylesheet">
45
</head>
56
<body>
6-
<h2>JSON Schema Implementations:</h2>
7+
<div class="container">
8+
<div class="row">
9+
<div class="span10">
10+
<div class="page-header">
11+
<h1>JSON Schema Implementations:</h1>
12+
</div>
13+
</div>
14+
</div>
15+
<div class="row">
16+
<div class="span10">
717
<ul>
818
<li>JavaScript - <a href="http://github.com/garycourt/JSV">JSV</a></li>
919
<li>JavaScript - <a href="https://github.com/akidee/schema.js">schema.js</a></li>

0 commit comments

Comments
 (0)