chrome_point_plus/options.html

19 lines
556 B
HTML

<html>
<head><title>Point Plus Options</title></head>
<body style="width: 400px;">
<h2>Point+ Options</h2>
<p>
<label><input type="checkbox" id="option-ctrl-enter">Send post and comments by CTRL+Enter</label>
</p>
<p>
<label><input type="checkbox" id="option-fancybox">Use Fancybox for images and videos</label>
</p>
<br>
<div id="status"></div>
<button id="save">Save</button>
</body>
<script src="js/options.js"></script>
</html>