-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (31 loc) · 1.63 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>B.Flex</title>
<link rel="stylesheet" type="text/css" href="styles/app.css">
</head>
<body>
<div class="app">
<header class="app-header">
<div class="app-container">
<h1>
<span class="brand"><span class="brand-b">B</span><span class="brand-dot">.</span></span>
flex
</h1>
</div>
</header>
<div class="app-container">
<p><strong>Step 1:</strong> Drag the following bookmarklets to your toolbar.</p>
<a class="bookmarklet" href="javascript:(function()%7Bfunction%20callback()%7BbFlexDates.init(-1)%7Dvar%20s%3Ddocument.createElement(%22script%22)%3Bs.src%3D%22https%3A%2F%2Ftarmann.github.io%2Fb-flex%2Fbookmarklet.js%22%3Bif(s.addEventListener)%7Bs.addEventListener(%22load%22%2Ccallback%2Cfalse)%7Delse%20if(s.readyState)%7Bs.onreadystatechange%3Dcallback%7Ddocument.body.appendChild(s)%3B%7D)()">
<strong>B.</strong>prev
</a>
<a class="bookmarklet" href="javascript:(function()%7Bfunction%20callback()%7BbFlexDates.init(1)%7Dvar%20s%3Ddocument.createElement(%22script%22)%3Bs.src%3D%22https%3A%2F%2Ftarmann.github.io%2Fb-flex%2Fbookmarklet.js%22%3Bif(s.addEventListener)%7Bs.addEventListener(%22load%22%2Ccallback%2Cfalse)%7Delse%20if(s.readyState)%7Bs.onreadystatechange%3Dcallback%7Ddocument.body.appendChild(s)%3B%7D)()">
<strong>B.</strong>next
</a>
<p><strong>Step 2:</strong> Search for a location and a date range and check the hotel page.</p>
<p><strong>Step 3:</strong> Use the bookmarklet to navigate on the dates.</p>
</div>
</div>
</body>
</html>