forked from bwinton/SnoozeTabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (33 loc) · 1.23 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>
<head>
<meta charset='utf-8'>
<title>SnoozeTabs</title>
<!-- Bootstrap -->
<link href='../bootstrap/css/bootstrap.min.css' rel='stylesheet' media='screen'>
<link href='../bootstrap/css/bootstrap-responsive.min.css' rel='stylesheet' media='screen'>
</head>
<style>
.row .span4 {
height: 20em;
}
</style>
<body>
<div class='container'>
<div class='hero-unit'>
<h1>SnoozeTabs</h1>
<p>An experiment in what to do with tabs you don’t need now.</p>
</div>
<!-- Example row of columns -->
<div class='row'>
<div class='span12'>
<p>There’s <a href="https://people.mozilla.org/~sfranks/SnoozeTabs/SnoozeTabs.pdf">an awesome presentation</a> by <a href="https://mozillians.org/en-US/u/sevaan/">Sevaan</a> you can look at, or maybe you want to take a look at <a href='https://github.com/bwinton/SnoozeTabs'>the code</a>.</p>
<p><a class='btn' href='snoozetabs.xpi'>Install the add-on! »</a></p>
</div>
</div>
<hr>
</div> <!-- /container -->
<script src='http://code.jquery.com/jquery-latest.js'></script>
<script src='../bootstrap/js/bootstrap.min.js'></script>
</body>
</html>