mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
11 lines
168 B
HTML
11 lines
168 B
HTML
<!DOCTYPE.html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<pre id="panel-content"></pre>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
</html>
|