summaryrefslogblamecommitdiff
path: root/templates/pages/save.gohtml
blob: 2b427f62b62ff5eabde8ece6a9e9b7dcdfd9914d (plain) (tree)
1
2
3
4
5
6
7
8
9






                              

                                                                              




                                                 
{{template "layout.gohtml" .}}
{{define "content"}}
<div class="layout-center">
    <form action="/">
        <h1>Saved</h1>
        Secret url:
        <hr />
        <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="&larr; Back">
    </form>
</div>
{{ end }}