summaryrefslogtreecommitdiff
path: root/templates/pages/save.gohtml
blob: f9405023f21ad4262691b759123c30f92450512b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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="&larr; Back">
    </form>
</div>
{{ end }}