From 0ba4cda4661dc6f2fedf98c9023ba495d14c8673 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 24 May 2024 21:51:00 +0200 Subject: add robots.txt --- makefile | 1 + robots.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 robots.txt diff --git a/makefile b/makefile index 2a2a5fe..ab0eccc 100644 --- a/makefile +++ b/makefile @@ -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: -- cgit v1.2.3