mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 14:28:33 +02:00
16 lines
271 B
HTML
16 lines
271 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="panel.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
<div id = "content"></div>
|
|
<p>Click inside the box to start taking notes on this page.</p>
|
|
<script src="panel.js"></script>
|
|
</body>
|
|
|
|
</html>
|