-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.html
More file actions
30 lines (29 loc) · 1.03 KB
/
options.html
File metadata and controls
30 lines (29 loc) · 1.03 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
<!--
/********************************************************
* Project : Tab Flow
* Author : David Young
* Date : May 5, 2013
* Copyright : All rights reserved.
* Licence : Feel free to make changes for your own use,
* but you are not permitted to release anything
* based on my code in whole or in part.
********************************************************/
-->
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<link href='http://fonts.googleapis.com/css?family=Monda:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<form>
<label for="showBadge">Show the number of tabs on the icon?</label>
<input type="checkbox" id="showBadge" /><br />
<label for="defaultURLs">Search for URLs by default?</label>
<input type="checkbox" id="defaultURLs" /><br />
<a href="#" id="saveButton">Save</a>
</form>
<div id="feedback"></div>
<script src="Lil.js"></script>
<script src="options.js"></script>
</body>
</html>