Add-to-Semantic-Scuttle-WebExt/options.html
2017-07-26 10:06:36 +02:00

23 lines
578 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<form>
<label>(Semantic)Scuttle instance URL <input type="text" id="instance_url" ></label><br />
<label>Window Width <input type="text" id="window_width" ></label><br />
<label>Window Height <input type="text" id="window_height" ></label><br />
<label>Remove querystrings from URL<input type="checkbox" id="remove_querystrings" ></label><br />
<button type="submit">Save</button>
</form>
<script src="options.js"></script>
</body>
</html>