Browse Source

added index

gh-pages
Alex de Mulder 9 years ago
parent
commit
1446d8e631
1 changed files with 22 additions and 0 deletions
  1. +22
    -0
      examples/index.html

+ 22
- 0
examples/index.html View File

@ -0,0 +1,22 @@
<!doctype html>
<html>
<head>
<title>vis.js | examples</title>
<link href='../docs/css/style.css' type='text/css' rel='stylesheet'>
</head>
<body>
<div id="container">
<h1>vis.js examples</h1>
<p><a href="network">network</a></p>
<p><a href="graph2d">graph2d</a></p>
<p><a href="graph3d">graph3d</a></p>
<p><a href="timeline">timeline</a></p>
</div>
</body>
</html>

Loading…
Cancel
Save