zurb-foundation-5
Version:
Foundation 5 for npm (no code modification from original repo)
13 lines • 404 B
HTML
{{#markdown}}
```html
<!-- Here is the markup our JS creates for you -->
<div class="joyride-tip-guide">
<span class="joyride-nub top"></span>
<div class="joyride-content-wrapper">
<p>Hello and welcome to the Joyride documentation page.</p>
<a href="#" class="small button joyride-next-tip">Next</a>
<a href="#close" class="joyride-close-tip">×</a>
</div>
</div>
```
{{/markdown}}