mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
15 lines
296 B
HTML
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>
|