summaryrefslogtreecommitdiffstats
path: root/templates/wormhole.html.template
blob: c89bad6a358d15d7c4a7c2fefe7bc9669545f8dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{{define "head"}}
	<title>Wormhole</title>
{{end}}

<form
		method="post"
		enctype="multipart/form-data"
		style="display:flex;flex-direction:column;align-items:center">
	<ol>
		<li>
			<input id="file-input" type="file" name="file" width="50px">
		</li>
		<li>
			<input id="submit" type="submit" value="Upload" width="50px">
		</li>
	</ol>
	Files will be deleted after 1 hour
</form>