mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-21 00:32:48 +02:00
179836d794
* Update context-menu-demo * Some cleanup, and note from cross-browser compat
14 lines
160 B
HTML
14 lines
160 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="panel.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>My panel</h1>
|
|
</body>
|
|
|
|
</html>
|