mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 12:40:19 +01:00
implementing preview
This commit is contained in:
parent
3a5d756c00
commit
3f01f58b1e
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