Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit 11c3afc

Browse files
committed
Add table of content for example page
1 parent 270881d commit 11c3afc

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

example/index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Examples, Table of Contents</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="Intro.js - Better introductions for websites and features with a step-by-step guide for your projects.">
8+
<meta name="author" content="Afshin Mehrabani (@afshinmeh) in usabli.ca group">
9+
10+
<!-- styles -->
11+
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
12+
<link href="assets/css/demo.css" rel="stylesheet">
13+
<link href="assets/css/bootstrap-responsive.min.css" rel="stylesheet">
14+
</head>
15+
16+
<body>
17+
<div class="container-narrow">
18+
<div class="masthead">
19+
<h3 class="muted">Examples</h3>
20+
</div>
21+
22+
<hr>
23+
<ul>
24+
<li><a href="hello-world/index.html" title='Basic Usage'>Basic Usage</a></li>
25+
<li><a href="programmatic/index.html" title='Programmatic defining using JSON'>Programmatic defining using JSON</a></li>
26+
<li><a href="multi-page/index.html" title='Multi-Page introduction'>Multi-Page introduction</a></li>
27+
</ul>
28+
</div>
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)