12 lines
334 B
HTML
12 lines
334 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
</head>
|
|
<body class='moco-options'>
|
|
<div id="moco"></div>
|
|
A dedicated page for customising settings of your extension. This page should persist any settings to the store, to be fetched again by other parts of your plugin.
|
|
<script src="options.js"></script>
|
|
</body>
|
|
</html>
|