You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/hello-world/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ <h3 class="muted">Intro.js</h3>
33
33
<hr>
34
34
35
35
<divclass="jumbotron">
36
-
<h1data-step="1" data-intro="This is a tooltip!">Basic Usage</span></h1>
36
+
<h1data-step="1" data-intro="This is a tooltip!">Basic Usage</h1>
37
37
<pclass="lead" data-step="4" data-intro="Another step.">This is the basic usage of IntroJs, with <code>data-step</code> and <code>data-intro</code> attributes.</p>
38
38
<aclass="btn btn-large btn-success" href="javascript:void(0);" onclick="javascript:introJs().start();">Show me how</a>
0 commit comments