-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (42 loc) · 1.2 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
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>Lum.js</title>
<link rel="stylesheet" href="style/nano/docs.css" />
<link rel="stylesheet" href="style/nano/index.css" />
</head>
<body>
<h1>Lum.js</h1>
<h2>API Documentation</h2>
<p>
The <a href="docs/api/index.html">API documentation</a> is only available
if you ran the <code>gulp build-docs</code> command. So if the link gives
you a 404 error message, run that.
</p>
<h2>Tests and Demos</h2>
<p>
The following links are only available if you ran the <code>gulp build-tests</code> command. So if any of the links give you a 404 error message, ran that.
</p>
<table>
<thead>
<tr>
<th>Page</th>
<th>ES6</th>
<th>ES5</th>
</tr>
</thead>
<tbody>
<tr>
<td>Test Suite</td>
<td><a href="docs/tests/es6.html">ES6</a></td>
<td><a href="docs/tests/es5.html">ES5</a></td>
</tr>
<tr>
<td>Grid Demo Page</td>
<td><a href="docs/tests/nanogrid_es6.html">ES6</a></td>
<td><a href="docs/tests/nanogrid_es5.html">ES5</a></td>
</tr>
</tbody>
</table>
</body>
</html>