diff options
Diffstat (limited to 'options.html')
| -rw-r--r-- | options.html | 22 | 
1 files changed, 22 insertions, 0 deletions
| diff --git a/options.html b/options.html new file mode 100644 index 0000000..083f5ba --- /dev/null +++ b/options.html @@ -0,0 +1,22 @@ +<html> +<head> +	<title>ScrumDo Trellic Options</title> +</head> + +<body> +	<h1>ScrumDo Trellic Options</h1> + +	<div> +		<label for="refresh-interval">Refresh Interval: </label> +		<input type="text" id="refresh-interval" name="refresh-interval" /> +		in seconds (default: 60) +	</div> + +	<br> +	<div id="status"></div> +	<button id="save">Save</button> +</body> + +<script src="options.js"></script> + +</html>
\ No newline at end of file | 
