Files
webextensions-examples/root-cert-stats/popup.html
2018-07-10 17:27:38 -07:00

22 lines
449 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="popup.css"/>
<title>Root cert stats</title>
</head>
<body>
<div class="no-data">No data to display yet</div>
<table class="root-cert-table hidden">
<thead>
<tr>
<th colspan="2">Certification Authorities</th>
</tr>
</thead>
</table>
<script src="popup.js"></script>
</body>
</html>