From d80e37e8a4cb151ae1b0c73146c7c0ef29098aff Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Mon, 7 Jul 2025 14:13:02 +0200 Subject: [PATCH] added robots.txt --- .well-known/security.txt | 2 ++ robots.txt | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .well-known/security.txt create mode 100644 robots.txt diff --git a/.well-known/security.txt b/.well-known/security.txt new file mode 100644 index 0000000..1062c07 --- /dev/null +++ b/.well-known/security.txt @@ -0,0 +1,2 @@ +Contact: mailto:lukas@krickl.dev +Expires: 2093-12-31T23:00:00.000Z diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / -- 2.30.2