diff options
| -rw-r--r-- | .gitlab-ci.yml | 1 | ||||
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | robots.txt | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a02dc1c..501cbd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ pages: script: - mkdir public - cp index.html public + - cp robots.txt public artifacts: paths: - public @@ -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> diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..eb05362 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: |