23 lines
No EOL
572 B
HTML
23 lines
No EOL
572 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
<form>
|
|
<label>
|
|
<input type="checkbox" id="bookmarksPermissions">
|
|
Enable Bookmark Menus
|
|
</label>
|
|
<p>This setting allows you to open a bookmark or folder of bookmarks in a container.</p>
|
|
<label>
|
|
<input type="checkbox" id="syncCheck">
|
|
Enable Sync
|
|
</label>
|
|
<p>This setting allows you to sync your containers and site assignments across devices.</p>
|
|
</form>
|
|
<script src="js/options.js"></script>
|
|
</body>
|
|
</html> |