mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 20:50:18 +01:00
implementing preview
This commit is contained in:
parent
6c85472240
commit
71aa192062
2 changed files with 14 additions and 0 deletions
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…
Reference in a new issue