Backend for songs.zachdecook.com
* Info: add links and update robots.txt
| -rwxr-xr-x | laravel/public/index.gmi | 4 | ||||
| -rw-r--r-- | laravel/public/robots.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/laravel/public/index.gmi b/laravel/public/index.gmi index 849d7b8..89db27b 100755 --- a/laravel/public/index.gmi +++ b/laravel/public/index.gmi @@ -13,3 +13,7 @@ printf("20 text/gemini\r\n"); => /song.gmi.php/<?= $id ?> <?= $title ?> <?php endforeach; ?> + +Songs are often copyrighted. +=> gemini://gemini.zachdecook.com Site by Zach DeCook +=> https://git.sr.ht/~earboxer/prosongsa View source code diff --git a/laravel/public/robots.txt b/laravel/public/robots.txt index 1f53798..4bb644d 100644 --- a/laravel/public/robots.txt +++ b/laravel/public/robots.txt @@ -1,2 +1,6 @@ +# portal.mozz.us disallows all bots, so it's okay to browse this site. +User-agent: webproxy-mozz +Allow: / + User-agent: * Disallow: / |