Skip to content

Commit

Permalink
added a simples html structure
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Jul 28, 2011
1 parent 397d01f commit c0c4fbf
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title>jasmine-splinter-runner</title>

<meta name="description" content="Splinter is an open source Python tool for test web applications" />
<meta name="keywords" content="jasimne, splinter, python, web applications, tests, test runner, cobrateam" />
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.3.0/build/cssreset/reset-min.css" />
<link rel="stylesheet" href="media/css/jasmine.css" type="text/css" />
</head>
<body>
<div id="header">
<div class="header-container">
<div class="title">
<h1><a href="http://jasmine.cobrateam.info/" title="jasmine">jasmine-splinter-runner</a></h1>
</div>
<ul class="nav">
<li><a href="/" class="first">home</a></li>
<li><a href="/docs/install.html">install</a></li>
<li><a href="/docs/">documentation</a></li>
<li><a href="/docs/community.html">community</a></li>
<li><a href="/docs/contribute.html" class="last">contribute</a></li>
</ul>
</div>
</div>
<div id="page">
<div id="main">
<h1>run your jasmine tests using jasmine-splinter-runner</h1>

<h2>features</h2>
<ul class="features">
</ul>

<h2>getting started</h2>
</div>
<div id="right">
<div id="release">
<a href="https://github.com/cobrateam/jasmine-splinter-runner/zipball/0.5">current release: <strong>0.5</strong></a>
</div>
</div>
</div>
<div id="footer">
jasmine-splinter-runner is powered by <a href="http://github.com/cobrateam/jasmine-splinter-runner/" rel="nofollow" target="_blank" title="open source">open source</a>.
</div>
</body>
</html>

0 comments on commit c0c4fbf

Please sign in to comment.