Update upload page
This commit is contained in:
parent
06fbe78dca
commit
32c89bc12c
9 changed files with 166 additions and 37 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue