mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
Update context-menu-demo (#272)
* Update context-menu-demo * Some cleanup, and note from cross-browser compat
This commit is contained in:
13
menu-demo/sidebar/sidebar.html
Normal file
13
menu-demo/sidebar/sidebar.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="panel.css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>My panel</h1>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user