]> git.taranathan.com Git - filestuffs.git/commitdiff
file list button
authorTaran Nathan <moogoesmeow123@gmail.com>
Thu, 11 Jun 2026 19:37:23 +0000 (15:37 -0400)
committerTaran Nathan <moogoesmeow123@gmail.com>
Thu, 11 Jun 2026 19:37:33 +0000 (15:37 -0400)
static/form.html
static/styles.css

index 128f31ac50f5e705cae7643d8f3af102ca0a9608..0ed720de69004aff6bf4f2540f9a9fcc5f3d4e26 100644 (file)
@@ -41,6 +41,7 @@
       </div>
 
       <button type="submit">Upload</button>
+      <a href="/list" id="list">file list!</a>
     </form>
 
     <p id="response-message"></p>
index 25df8fe5dee161e28fd89f291295afc0064c8a61..2007c50733e642c56fe036beb8e4e0b66e53881a 100644 (file)
@@ -55,4 +55,8 @@ button:hover {
 #response-message {
   margin-top: 20px;
   font-size: 1.1em;
+}
+
+#list {
+  margin-top: 20px;
 }
\ No newline at end of file