From 6f5ffdc88f71682d1542713ea86a72c7fd73c145 Mon Sep 17 00:00:00 2001 From: Taran Nathan Date: Fri, 24 Jul 2026 01:32:51 -0700 Subject: [PATCH] add blog post link --- static/form.html | 166 ++++++++++++++++++++++------------------------ static/styles.css | 8 +++ 2 files changed, 87 insertions(+), 87 deletions(-) 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 -- 2.47.3