From b6321b14350e28ad4205a7ea64c7f5e2131984d9 Mon Sep 17 00:00:00 2001 From: Fristi Date: Sat, 16 Oct 2021 21:14:35 +0200 Subject: [PATCH] Added default robots.txt file. --- robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 robots.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..77470cb --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file