-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpopup.html
More file actions
31 lines (31 loc) · 1.06 KB
/
popup.html
File metadata and controls
31 lines (31 loc) · 1.06 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/foundation.css">
<link rel="stylesheet" type="text/css" href="css/popup.css">
<script src="js/jquery.js"></script>
<script src="js/hogan.js"></script>
<script src="js/lev.js"></script>
<script src="js/underscore.js"></script>
<script src="js/fuse.min.js"></script>
<script src="js/popup.js"></script>
</head>
<body>
<div id="main-container" class="row">
<div id="preview" class="large-5 columns">
<h3>tabbr</h3>
<img id="preview-img">
<h2 id="preview-header">no preview</h2>
</div>
<div id="tab-select" class="large-7 columns">
<input id="tab-search" type="text"/>
<span class="tt-dropdown-menu" style="top: 100%; left: 0px; z-index: 100; display: block; right: auto;">
<div class="tt-dataset-tabs" style="display: block;">
<span class="tt-suggestions" style="display: block;">
</span>
</div>
</span>
</div>
</div>
</body>
</html>