diff --git a/boykisser.jpg b/boykisser.jpg new file mode 100644 index 0000000..9e2c76c Binary files /dev/null and b/boykisser.jpg differ diff --git a/nginx-create-pages.py b/nginx-create-pages.py index da3da36..b05de00 100644 --- a/nginx-create-pages.py +++ b/nginx-create-pages.py @@ -6,6 +6,7 @@ import json url_404 = 'https://askiiart.net/sdlfjsadljfs' html_404 = str(requests.get(url_404).text) boykisser_url = 'https://askiiart.net/assets/boykisser.png' +gandalf_url = '/you.gif' try: os.mkdir('pages') @@ -26,8 +27,8 @@ for code in codes_dict: # - (300 Multiple Choices is the actual error code? Geddit?) new_html = new_html.replace( '

300 Poll

', '

300 Poll


57% Yes, 43% No
(300 Multiple Choices is the actual error code? Geddit?)') + elif code == "403": + new_html = new_html.replace('

403 You Shall Not Pass

', + f'

403 You Shall Not Pass


\"gandalf 403 You Shall Not Pass -

403 You Shall Not Pass

+

403 You Shall Not Pass


gandalf saying you looped infinitely
nginx/1.25.3
diff --git a/you.gif b/you.gif new file mode 100644 index 0000000..e380bc0 Binary files /dev/null and b/you.gif differ