diff options
| author | seth <[email protected]> | 2023-05-24 06:17:46 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-24 06:17:46 -0400 |
| commit | e23620d10a5fb27f613e5b71cb0627fb1c4076b3 (patch) | |
| tree | 4b131eda41481bfc922fb86545c92f2c270496c2 /public | |
| parent | cb58a18f0f32cce04d13cf2d10b33d7721eebe1e (diff) | |
add 404/sitemap/robots.txt + improve random stuff
Diffstat (limited to 'public')
| -rw-r--r-- | public/imgs/tapwater.png | bin | 0 -> 358758 bytes | |||
| -rw-r--r-- | public/robots.txt | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/public/imgs/tapwater.png b/public/imgs/tapwater.png Binary files differnew file mode 100644 index 0000000..e84fe8e --- /dev/null +++ b/public/imgs/tapwater.png 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 |
