summaryrefslogtreecommitdiffstats
path: root/templates/wormhole-success.html.template
blob: 89f9cf2dd0858d8529090e494f273c0ca0292778 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{{- 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}}