Add-to-Semantic-Scuttle-WebExt/options.html

22 lines
471 B
HTML
Raw Normal View History

2017-07-14 05:11:06 +00:00
<!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 />
<button type="submit">Save</button>
</form>
<script src="options.js"></script>
</body>
</html>