22 lines
471 B
HTML
22 lines
471 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 />
|
||
|
<button type="submit">Save</button>
|
||
|
</form>
|
||
|
|
||
|
<script src="options.js"></script>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|