-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinstructions.html
More file actions
34 lines (33 loc) · 1.2 KB
/
instructions.html
File metadata and controls
34 lines (33 loc) · 1.2 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles/styles.css">
<title>Tabbo</title>
</head>
<body>
<div class="wrapper">
<div class="instructions">
<h1>INSTRUCTIONS</h1>
<iframe width="420" height="315" src="https://www.youtube.com/embed/lnltvwTZZpU" frameborder="0" allowfullscreen></iframe>
<h1>FEATURES</h1>
<p>
MOVE tabs:<br>moves tabs left or right when they are on the trey.
<br>
<br>
POP OFF tabs:<br>will pop a tab off of the current window.
<br>
<br>
SEND tabs:<br>will send a tab from the current window, to another open window (with custom UI to choose for 3+ windows)
</p>
<h1>SET UP</h1>
<img src="images/tabbo_instructions.png">
<img src="images/tabbo_instructions_2.png">
<img src="images/tabbo_instructions_3.png">
</div>
<p id="tabbo-title">Tabbo</p>
<p id="keybinds">Customize hotkeys</p>
<div id="hackny"><a target="_blank" href="http://hackny.org/"><img src="https://pbs.twimg.com/profile_images/798720047/hackny_logo_square_400x400.png"></a></div>
<div id="github"><a target="_blank" href="https://github.com/hackny2016labs/tabbo"><p>Github</p></a></div>
</div>
</body>
</html>