-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
43 lines (39 loc) · 1.23 KB
/
options.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
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="options.css">
<title>FireTab Options</title>
</head>
<body>
<header>
<img src="images/smallwhite128.png" alt="logo.png">
<h1>FireTab</h1>
</header>
<div class="main">
<div class="upper">
<h2>Maximum limit :</h2>
<div class="badge">15</div>
</div>
<div class="lower">
<h2>Manage workspace here :</h2>
<div class="workspace">
<ul id="refresher">
</ul>
</div>
</div>
<div class="developer">
<p>Made by <span>@Vishesh</span></p>
</div>
</div>
<footer>
<a href="#" target="_blank" class="first">How it works ?</a>
<a href="#" target="_blank" class="second"><img src="images/thumb.png" alt="thumb.png">
<p> <span id="firstText">this extension ?</span><br><span id="secondText">Click here !</span></p>
</a>
<a href="#" target="_blank" class="third">Any suggestions ?</a>
</footer>
<script defer src="options.min.js"></script>
</body>
</html>