-
Notifications
You must be signed in to change notification settings - Fork 800
/
Copy pathindex.html
33 lines (32 loc) · 1016 Bytes
/
index.html
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
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="author" content="Digital Bazaar, Inc.; http://digitalbazaar.com/" />
<meta name="description" content="Forge Tests" />
<link type="text/css" rel="stylesheet" media="all" href="/tests.css" />
<title>Forge Tests</title>
</head>
<body>
<div class="header">
<h1>Forge Tests</h1>
</div>
<div class="content">
<fieldset class="section">
<ul>
<li>These are various tests of the <a href="https://github.com/digitalbazaar/forge">Forge</a> JavaScript libraries.</li>
<li>Please see the code and documentation for details.</li>
</ul>
</fieldset>
<fieldset class="section">
<legend>Tests</legend>
<ul>
<li><a href="/unit">Unit Tests</a></li>
<li><a href="/legacy">Legacy Tests</a></li>
</ul>
</fieldset>
</div>
<div class="footer">
Copyright © 2010-2016 <a href="http://digitalbazaar.com/">Digital Bazaar, Inc.</a>
</div>
</body>
</html>