homepage/pages/upload.html
2020-10-05 00:21:51 +03:00

9 lines
No EOL
458 B
HTML

<h1>this is the upload page</h1>
<p>i think</p>
<br>
<form action='https://files.hippoz.xyz/api/upload' method="POST" enctype="multipart/form-data">
<input class="input" placeholder="password" type="password" name="password"> </br>
<input class="input" placeholder="file name" type="text" name="filename"> </br>
<input class="button-default" type="file" name="file"/> </br>
<input class="button-default" type='submit' value='upload'/>
</form>