Files
webextensions-examples/menu-demo/sidebar/sidebar.html
wbamberg 179836d794 Update context-menu-demo (#272)
* Update context-menu-demo

* Some cleanup, and note from cross-browser compat
2017-09-08 16:07:36 -07:00

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>