diff options
Diffstat (limited to 'templates/pages/save.gohtml')
-rw-r--r-- | templates/pages/save.gohtml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/pages/save.gohtml b/templates/pages/save.gohtml new file mode 100644 index 0000000..f940502 --- /dev/null +++ b/templates/pages/save.gohtml @@ -0,0 +1,13 @@ +{{template "layout.gohtml" .}} +{{define "content"}} +<div class="layout-center"> + <form action="/"> + <h1>Saved</h1> + Secret url: + <hr /> + <a href="https://sendsafe.xyz/s/{{.id}}">https://sendsafe.xyz/s/{{.id}}</a> + <hr /> + <input type="submit" value="← Back"> + </form> +</div> +{{ end }} |