diff options
| -rw-r--r-- | shim_app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shim_app.py b/shim_app.py index 7723233..5b57b39 100644 --- a/shim_app.py +++ b/shim_app.py @@ -227,7 +227,7 @@ SETUP_BODY_TEMPLATE = """ LOGIN_BODY_TEMPLATE = """ <section class="stack"> - <p>a no-frills, "hackfoo" static site hosting solution</p> + <p>small static site host for archive uploads</p> <form method="post" action="{{ url_for('login_submit') }}" class="stack" autocomplete="off"> <label> username |
