all repos — fsrv @ e997795d4345c01173e0af149cccf82b543e2eff

filehost server for x.icyphox.sh

index.html (view raw)

 1<!DOCTYPE html>
 2<html lang="en">
 3  <head>
 4    <meta charset="UTF-8" />
 5    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 6    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
 7    <title>Document</title>
 8  </head>
 9  <body>
10    <form
11      enctype="multipart/form-data"
12      action="http://localhost:4040"
13      method="post"
14    >
15      <p>file:</p>
16      <input type="file" name="file" />
17      <input type="submit" value="upload" />
18      <p>key:</p>
19      <input type="password" name="key" />
20    </form>
21  </body>
22</html>