aboutsummaryrefslogtreecommitdiffstats
path: root/options.html
blob: 083f5ba060767b901e12415c361fe72f525f58dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>