summaryrefslogtreecommitdiffstats
path: root/templates/wormhole-success.html.template
blob: dbb997e0f94522492ca7a343c86ae9b267b11455 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{define "head"}}<title>Uploaded!</title>{{end}}

{{define "body" -}}
		<div style="display:flex;flex-direction:column;align-items:center;font-size:50px">
			<p><a href="{{.URL}}">{{.URL}}</a></p>
			<img src="{{.QR}}" alt="QR code for {{.URL}}" width="500px">
			<p>Uploaded!</p>
			<img src="/static/tohru.webp" alt="An energetic dragon maid">
		</div>
{{- end}}