mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
implementing preview
This commit is contained in:
parent
6c85472240
commit
71aa192062
7
transfersh-server/static/download.html
Normal file
7
transfersh-server/static/download.html
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<html>
|
||||||
|
|
||||||
|
{{.ContentType}}
|
||||||
|
{{.ContentLength}}
|
||||||
|
{{.Filename}}
|
||||||
|
<a href="{{.Url}}">Download</a>
|
||||||
|
</html>
|
7
transfersh-web/download.html
Normal file
7
transfersh-web/download.html
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<html>
|
||||||
|
|
||||||
|
{{.ContentType}}
|
||||||
|
{{.ContentLength}}
|
||||||
|
{{.Filename}}
|
||||||
|
<a href="{{.Url}}">Download</a>
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user