Skip to content

Commit d3dcb6b

Browse files
committed
demo index
1 parent 715d972 commit d3dcb6b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

demo/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Demo</title>
6+
</head>
7+
<body>
8+
<ul>
9+
<li><a href="float.html">Float grid demo</a></li>
10+
<li><a href="knockout.js">Knockout.js demo</a></li>
11+
<li><a href="knockout2.js">Knockout.js demo (2)</a></li>
12+
<li><a href="nested.html">Nested grids demo</a></li>
13+
<li><a href="rtl.html">RTL demo</a></li>
14+
<li><a href="serialization.html">Serialization demo</a></li>
15+
<li><a href="two.html">Two grids demo</a></li>
16+
</ul>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)