From 3f01f58b1e37180df9853820e74040f30390a506 Mon Sep 17 00:00:00 2001 From: Remco Date: Sun, 26 Oct 2014 21:28:17 +0100 Subject: [PATCH] implementing preview --- transfersh-server/static/download.html | 7 +++++++ transfersh-web/download.html | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 transfersh-server/static/download.html create mode 100644 transfersh-web/download.html diff --git a/transfersh-server/static/download.html b/transfersh-server/static/download.html new file mode 100644 index 0000000..23211d8 --- /dev/null +++ b/transfersh-server/static/download.html @@ -0,0 +1,7 @@ + + +{{.ContentType}} +{{.ContentLength}} +{{.Filename}} +Download + \ No newline at end of file diff --git a/transfersh-web/download.html b/transfersh-web/download.html new file mode 100644 index 0000000..9c6389f --- /dev/null +++ b/transfersh-web/download.html @@ -0,0 +1,7 @@ + + +{{.ContentType}} +{{.ContentLength}} +{{.Filename}} +Download +