Update upload page

This commit is contained in:
mitteneer 2024-11-25 12:23:36 -05:00
parent 06fbe78dca
commit 32c89bc12c
9 changed files with 166 additions and 37 deletions

View file

@ -1,10 +1,13 @@
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
@partial partials/header
<div>
<span>Upload Last.fm or Spotify history file here (in json format).</span>
</div>
<form action="/" enctype="multipart/form-data" method="POST">
<form action="/upload" enctype="multipart/form-data" method="POST">
<label>Filename</label>
<input type="text" name="description" />
<label>File</label>