diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wwwroot/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wwwroot/index.html b/src/wwwroot/index.html index 1495cf1..429b3a1 100644 --- a/src/wwwroot/index.html +++ b/src/wwwroot/index.html @@ -34,8 +34,8 @@ <h2>Upload some text</h2> <form action="/text" method="post" id="text-form" autocomplete="off" autocapitalize="off"> <textarea id="text" name="content" required></textarea> - <label for="text-password">Mimetype (default: text/plain)</label> - <input type="password" name="mime" id="text-mimetype"> + <label for="text-mimetype">Mimetype (default: text/plain)</label> + <input type="text" name="mime" id="text-mimetype"> <label for="text-password">Password (optional)</label> <input type="password" name="password" id="text-password"> <label for="text-auto-delete"> |
