mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
11 lines
180 B
HTML
11 lines
180 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<h3>Top navigated hosts:</h3>
|
|
<ul>
|
|
<li>No data collected yet...</li>
|
|
</ul>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
</html>
|