Skip to content

Commit

Permalink
Added a very basic index page linking to app, tests and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jul 12, 2011
1 parent 3486387 commit ad41b11
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.html
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>CKANJS</title>
</head>
<body>
<h1>CKANJS</h1>
<p>This is a temporary landing page for the <a href="http://github.com/okfn/ckanjs/">ckanjs</a> project</p>
<ul>
<li><a href="./app/">View the app</a></li>
<li><a href="./docs/client.html">View the annotated source</a></li>
<li><a href="./test/">Run the tests</a></li>
<li><a href="./widgets/search/">See the demo search widget</a></li>
</ul>
</body>
</html>

0 comments on commit ad41b11

Please sign in to comment.