diff options
author | Sacha Chua <sacha@sachachua.com> | 2025-01-17 15:22:21 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2025-01-17 15:22:21 -0500 |
commit | 775f23e5ea17874cd24ce265171f6bdf2b1b942c (patch) | |
tree | 9c48e130bcaea594d779608bb70c601b53ee9b56 /roles/upload/templates/index.html | |
parent | 0a81562e745b218fba542a32d962cb5415f6686a (diff) | |
download | emacsconf-ansible-main.tar.xz emacsconf-ansible-main.zip |
Diffstat (limited to 'roles/upload/templates/index.html')
-rw-r--r-- | roles/upload/templates/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/upload/templates/index.html b/roles/upload/templates/index.html new file mode 100644 index 0000000..e5d8e6e --- /dev/null +++ b/roles/upload/templates/index.html @@ -0,0 +1,7 @@ +<html> + <head> + </head> + <body> + EmacsConf is done for now, so we've turned off the file upload service. Let us know at <a href="mailto:emacsconf-org-private@gnu.org">emacsconf-org-private@gnu.org</a> if you need it back to upload something! + </body> +</html> |