mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-20 00:04:14 +02:00
adding my suggestion for the i18n example, and the beginnings of a WebExtension storage example
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="quicknote.css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="outer-wrapper">
|
||||
<div class="new-note">
|
||||
<input type="text">
|
||||
<textarea></textarea>
|
||||
<button class="clear">Clear notes</button>
|
||||
<button class="add">Add note</button>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
|
||||
<div class="note-container">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="quicknote.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user