From e23620d10a5fb27f613e5b71cb0627fb1c4076b3 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 24 May 2023 06:17:46 -0400 Subject: add 404/sitemap/robots.txt + improve random stuff --- public/imgs/tapwater.png | Bin 0 -> 358758 bytes public/robots.txt | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 public/imgs/tapwater.png create mode 100644 public/robots.txt (limited to 'public') diff --git a/public/imgs/tapwater.png b/public/imgs/tapwater.png new file mode 100644 index 0000000..e84fe8e Binary files /dev/null and b/public/imgs/tapwater.png differ diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..968c616 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://mydadleft.me/sitemap-index.xml -- cgit v1.2.3