diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-10-26 16:51:54 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-10-26 16:51:54 +0200 |
| commit | 87ce49091d80b5fe3cf16110d221c3a2dd8f68a6 (patch) | |
| tree | faa276ed034fb838ec2eafa9a7ad70330bbd2bc6 /main.py | |
| parent | c6574d75632c19fafcfbfb773ed94b634cdd2506 (diff) | |
added robots.txt
Diffstat (limited to 'main.py')
| -rwxr-xr-x | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -160,6 +160,7 @@ def main(): shutil.copytree("content/styles", "static/styles") shutil.copytree("content/images", "static/images") + shutil.copy("content/robots.txt", "static") index() about() |
