diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-04-07 00:30:19 +0200 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-04-07 00:30:19 +0200 |
| commit | 0c53d26eaa53894ae3d6903aab6b15f0ded6c068 (patch) | |
| tree | 76d6cf4615374fb2cae3839d83e899c65f7b6fd8 /index.html | |
| parent | 33266c5ff017bbec7ebf1c1a2178e7db08f02d3f (diff) | |
Address lighthouse issues
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ <form> <p> <label for="proposal">You should...</label> - <input name="proposal"> + <input name="proposal" id="proposal"> </p> <input type="submit" value="Do it."> </form> |