From: Taran Nathan Date: Fri, 24 Jul 2026 08:32:51 +0000 (-0700) Subject: add blog post link X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=6f5ffdc88f71682d1542713ea86a72c7fd73c145;p=filestuffs.git add blog post link --- diff --git a/static/form.html b/static/form.html index 0ed720d..219deeb 100644 --- a/static/form.html +++ b/static/form.html @@ -1,92 +1,84 @@ - - - - File Upload - - - -

File Upload

- -
-
- - -
- -
- - -
- -
- - -
- - - file list! -
- -

- - - - + } catch (error) { + console.error(error); + responseMessage.textContent = + "An error occurred while uploading the file."; + } + }); + + + + \ No newline at end of file diff --git a/static/styles.css b/static/styles.css index 2007c50..6f2f941 100644 --- a/static/styles.css +++ b/static/styles.css @@ -59,4 +59,12 @@ button:hover { #list { margin-top: 20px; +} + +#footnote { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + text-align: center; } \ No newline at end of file