This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 1.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>PulseyTour Demo</title>
<link rel="stylesheet" type="text/css" href="src/pulsey.css" />
</head>
<body>
<div class="wrapper">
<div class="pt-welcome" data-pt-header="Ready yourself for some Pulsey!" data-pt-content="Veggies es bonus vobis, proinde vos postulo essum magis."></div>
<div class="pt-anchor" data-pt-step="1" data-pt-header="yebo!" data-pt-note="yebo yebo yebo"></div>
<div class="pt-anchor" data-pt-step="2" data-pt-header="Yo, check it" data-pt-note="PulseyTour listens for an event before starting. That event is when the document loads by default."></div>
<div class="pt-anchor" data-pt-step="3" data-pt-header="yebo!" data-pt-note="yebo yebo yebo" style="width: 150px; height: 50px;"></div>
<div class="pt-anchor" data-pt-step="4" data-pt-header="yebo!" data-pt-note="yebo yebo yebo"></div>
<div class="pt-anchor" data-pt-step="5" data-pt-header="yebo!" data-pt-note="yebo yebo yebo" style="width: 50px; height: 200px;"></div>
<div class="pt-anchor" data-pt-step="6" data-pt-header="yebo!" data-pt-note="yebo yebo yebo"></div>
<div class="pt-anchor" data-pt-step="7" data-pt-header="yebo!" data-pt-note="yebo yebo yebo" style="width: 300px; height: 150px;"></div>
<div class="pt-anchor" data-pt-step="8" data-pt-header="yebo!" data-pt-note="yebo yebo yebo" data-pt-custom="<div>yebo yebo yebo</div>"></div>
<div class="pt-farewell" data-pt-header="Thanks for taking the PulseyTour!" data-pt-content="Don't be a stranger now ;)"></div>
</div>
<div id="pulsey"/>
<script src="bundle.js"></script>
</body>
</html>