From 1d1383ce943cf6b1ddb32b031a9c9a10e29f98fe Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 11 Mar 2025 00:20:43 +0100 Subject: first iteration of flask-app; index is working --- static/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 static/robots.txt (limited to 'static/robots.txt') diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / -- cgit v1.2.3