summaryrefslogtreecommitdiff
path: root/pages/create.gohtml
blob: ac9890cb403ac78a40606f05ab5ed825f3b0ed19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link rel="icon" href="data:," />
    <title>delayed.link: created</title>
</head>
<body>
<p>
    <a href="/l/{{.Id}}">This link will unlock at {{.OpensFrom}}</a>
</p>
<p>
    It will be able to be opened {{ .OpensLeft }} times.
</p>
<p>
    This page is completely ephemeral. Once you close it, you cannot access the link again.
</p>
</body>
</html>