Files
webextensions-examples/favourite-colour/options.html
2016-04-19 09:47:12 -07:00

21 lines
324 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<form>
<fieldset>
<legend>Options</legend>
<p>Favourite colour</p>
<input type="text" id="colour" >
<button type="submit">Save</button>
</fieldset>
</form>
<script src="options.js"></script>
</body>
</html>