This repository was archived by the owner on Feb 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments