From b26d7614cf1ca10af67b99732d3a13a33b2fd705 Mon Sep 17 00:00:00 2001 From: MajorDroolz Date: Sun, 18 Dec 2022 02:36:51 -0500 Subject: [PATCH] FEAT: Add robots.txt --- 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..14267e9 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / \ No newline at end of file