This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpopup.html
34 lines (33 loc) · 1.66 KB
/
popup.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
</head>
<body>
<div id="main" class="row-fluid">
<table class="table table-striped table-condensed" style="width: 400px;">
<thead>
<tr>
<td style="width: 35%;"><strong id="tabCategory"></strong></td>
<td style="width: 13%;"><strong id="tabTechnology"></strong></td>
<td style="width: 52%;"><strong id="tabDetail"></strong></td>
</tr>
</thead>
<tbody id="detail">
</tbody>
</table>
<div class="text-center form-actions">
<a class="btn" href="options.html" target="_blank" id="btnOptions"><i class="icon-asterisk"></i></a>
<a class="btn" href="#" id="show_header"><i class="icon-eye-open"></i></a>
<a class="btn" href="http://websth.com" target="_blank" id="cloud_search"><i class="icon-search"></i></a>
<a class="btn" href="https://github.com/wofeiwo/Website-Analyzer/issues" target="_blank" id="btnIssue"><i class="icon-envelope"></i></a>
</div>
<pre id="debug" class="well" style="display : none;"></pre>
<footer class="footer muted text-right">
<p><small>Copyright (c) 2013-2013 <a href="mailto:[email protected]">wofeiwo</a> <small></p>
</footer>
</div>
</body>
<script type="text/javascript" src="js/popup.js"></script>
</html>