rename from some options to favourite colour

This commit is contained in:
Andy McKay
2016-04-19 09:47:12 -07:00
parent 66e77bbaea
commit 39617d6174
5 changed files with 25 additions and 2 deletions
+20
View File
@@ -0,0 +1,20 @@
<!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>