-
Notifications
You must be signed in to change notification settings - Fork 5
/
popup.html
20 lines (19 loc) · 1006 Bytes
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>moarTLS Analyzer</title>
<script src="popup.js"></script>
<link rel="stylesheet" type="text/css" href="popup.css">
</head>
<body>
<h1>moarTLS Analyzer</h1>
<div style="text-align: center"><a title="View on SSLLabs" style="" id="lnkDomain"></a></div>
<div style="text-align: center; font-family: monospace; font-size: large; margin-top: 10px;" id="txtStatus">Analyzing page...</div>
<div style="text-align: center; font-family: monospace; font-size: large; margin-top: -2px;" id="txtStatus2"></div>
<div style="font-family: monospace; font-size: small" id="divUnsecureList"></div>
<div id="divFooter"><span id="lnkTips">Alt+Click items to check if HTTPS would've worked</span>
<span id="lnkCopyForBug">Copy</span><span id="lnkUnmark">Clear Page</span>
<span id="lblVersion"></span></div>
</body>
</html>