Files
webextensions-examples/favourite-colour/options.html
2017-04-24 16:48:07 -07:00

18 lines
270 B
HTML

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