diff options
Diffstat (limited to 'templates/pages/save.gohtml')
-rw-r--r-- | templates/pages/save.gohtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/pages/save.gohtml b/templates/pages/save.gohtml index f940502..2b427f6 100644 --- a/templates/pages/save.gohtml +++ b/templates/pages/save.gohtml @@ -5,7 +5,8 @@ <h1>Saved</h1> Secret url: <hr /> - <a href="https://sendsafe.xyz/s/{{.id}}">https://sendsafe.xyz/s/{{.id}}</a> + <p>https://sendsafe.xyz/s/{{.id}}</p> + <p>Send this link to recepient. This link can be viewed only once!</p> <hr /> <input type="submit" value="← Back"> </form> |