From fa9ccbd94724e9edc849a7dce46c0d468ee47fd5 Mon Sep 17 00:00:00 2001 From: Thorsten Ortlepp Date: Thu, 12 Dec 2024 01:19:00 +0100 Subject: website setup --- static/.gitkeep | 0 static/css/custom.css | 8 ++++++++ static/images/thorsten.png | Bin 0 -> 335291 bytes static/robots.txt | 40 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 48 insertions(+) delete mode 100644 static/.gitkeep create mode 100644 static/css/custom.css create mode 100644 static/images/thorsten.png create mode 100644 static/robots.txt (limited to 'static') diff --git a/static/.gitkeep b/static/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/static/css/custom.css b/static/css/custom.css new file mode 100644 index 0000000..31634a6 --- /dev/null +++ b/static/css/custom.css @@ -0,0 +1,8 @@ +/* 404.html */ +.not-found { + font-size: 26px; + flex-direction: column; +} +.not-found .httpcode { + font-size: 100px; +} diff --git a/static/images/thorsten.png b/static/images/thorsten.png new file mode 100644 index 0000000..832dc34 Binary files /dev/null and b/static/images/thorsten.png differ diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..b275d38 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,40 @@ +user-agent: Googlebot-Image +disallow: / + +user-agent: Google-Extended +Disallow: / + +User-agent: OAI-SearchBot +Disallow: / + +User-agent: ChatGPT-User +Disallow: / + +User-agent: GPTBot +Disallow: / + +User-agent: FacebookBot +Disallow: / + +User-agent: Meta-ExternalAgent +Disallow: / + +User-agent: Meta-ExternalFetcher +Disallow: / + +User-agent: PerplexityBot +Disallow: / + +User-agent: ClaudeBot +Disallow: / + +User-agent: anthropic-ai +Disallow: / + +User-agent: OmgiliBot +Disallow: / + +User-agent: cohere-ai +Disallow: / + +Sitemap: https://www.ortlepp.ms/sitemap.xml -- cgit v1.2.3