mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-05-02 22:07:01 +02:00
Added sidebar example (#192)
* Added sidebar example * Remove blank line
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user