aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml1
-rw-r--r--index.html2
-rw-r--r--robots.txt2
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
diff --git a/index.html b/index.html
index 69b0cb2..3a660d3 100644
--- a/index.html
+++ b/index.html
@@ -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: