-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
42 lines (35 loc) · 1.22 KB
/
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
34
35
36
37
38
39
40
41
42
<!doctype html>
<html>
<head>
<title>Index | WAAX</title>
<link rel="stylesheet" href="examples/style.css">
<script src="build/waax.min.js"></script>
</head>
<body>
<div class="wx-container">
<div class="wx-header">
<span class="wx-title">WAAX</span>
<span class="wx-info" id="wx-version"></span>
</div>
<div class="wx-toc">
<h1>Index</h1>
<dl>
<dt><a href="examples">Examples</a></dt>
<dd>Various examples written with WAAX</dd>
<dt><a href="test">WAAX Client Test</a></dt>
<dd>Mocha/Chai in-browser testing.</dd>
<dt><a href="http://hoch.github.io/WAAX/">WAAX Project Landing Page</a></dt>
<dd>Project landing page. (gh-pages branch on GitHub)</dd>
<dt><a href="https://github.com/hoch/WAAX">WAAX Project GitHub Repository</a></dt>
<dd>Project repository on GitHub.</dd>
<dt><a href="https://github.com/hoch/WAAX/issues">GitHub Issue Tracker</a></dt>
<dd>Project issue tracker on GitHub.</dd>
<dt><a href="http://hoch.io/">Hongchan's Blog</a></dt>
<dd>Author's blog and other projects.</dd>
</dl>
</dl>
</div>
</div>
<script src="examples/examples.js"></script>
</body>
</html>