You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
531 B
24 lines
531 B
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>Popup</title>
|
|
|
|
<link rel="stylesheet" href="css/widgets.css">
|
|
<link rel="stylesheet" href="css/popup.css">
|
|
|
|
<script src="js/ga.js"></script>
|
|
<script src="js/lib/jquery.min.js"></script>
|
|
<script src="js/popup.js"></script>
|
|
<script src="js/i18n.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="detected-apps"></div>
|
|
|
|
<div id="buttons">
|
|
<button id="analyze-headers" data-i18n="analyzeHeaders" disabled="disabled"></button>
|
|
<button id="options"></button>
|
|
</div>
|
|
</body>
|
|
</html>
|