Address lighthouse issues
3 files changed, 4 insertions(+), 1 deletions(-) M .gitlab-ci.yml M index.html A robots.txt
M .gitlab-ci.yml => .gitlab-ci.yml +1 -0
@@ 8,6 8,7 @@ pages: script: - mkdir public - cp index.html public - cp robots.txt public artifacts: paths: - public
M index.html => index.html +1 -1
@@ 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>
A robots.txt => robots.txt +2 -0