Compare commits
1 Commits
v0.1.0
...
1d582eec8f
| Author | SHA1 | Date | |
|---|---|---|---|
|
1d582eec8f
|
@@ -3,6 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script src="https://s3.2ari.ca/navidrome-upload/dropzone.min.js"></script>
|
||||
<link rel="stylesheet" href="https://s3.2ari.ca/navidrome-upload/dropzone.min.css" type="text/css" />
|
||||
<title>Upload Music</title>
|
||||
<style>
|
||||
body {
|
||||
@@ -14,7 +16,7 @@
|
||||
<body>
|
||||
<button onclick="window.location.href='/outpost.goauthentik.io/sign_out'">Logout</button>
|
||||
<h1>Upload new File</h1>
|
||||
<form method=post enctype=multipart/form-data>
|
||||
<form method=post enctype=multipart/form-data class="dropzone" id="upload-dropzone">
|
||||
<input type=file name=file multiple>
|
||||
<input type=submit value=Upload>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user