Files
2017-12-08 09:53:33 -08:00

15 lines
296 B
HTML

<!DOCTYPE html>
<html>
<body>
<h3>Top navigated hosts:</h3>
<ul id="hosts">
<li>No data collected yet...</li>
</ul>
<h3>Top navigation types:</h3>
<ul id="types">
<li>No data collected yet...</li>
</ul>
<script src="popup.js"></script>
</body>
</html>