HistoryCleaner/extension/options.html

14 lines
362 B
HTML
Raw Normal View History

2017-02-07 23:31:13 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<form>
2017-02-07 23:53:01 +00:00
<label>Number of days to keep history (set to 0 to disable): <input id="days" type="number" min="0"></label>
2017-02-07 23:31:13 +00:00
<input id="submit" type="submit" value="Save">
</form>
<script src="options.js"></script>
</body>
</html>