diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-24 21:51:00 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-24 21:51:00 +0200 |
commit | 0ba4cda4661dc6f2fedf98c9023ba495d14c8673 (patch) | |
tree | 9d6f41ccb1f47c28b1c13b36b85f055708a9e344 | |
parent | 152fe90daa7b4c357d93fe9187b8275c979efdf0 (diff) |
-rw-r--r-- | makefile | 1 | ||||
-rw-r--r-- | robots.txt | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,7 @@ WEBROOT = /srv/www/pipeframe.xyz FILES += index.html FILES += style.css FILES += pipeframe.png +FILES += robots.txt install: FORCE cp -ar $(FILES) $(WEBROOT) 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: |