diff options
Diffstat (limited to 'pages/create.gohtml')
| -rw-r--r-- | pages/create.gohtml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/pages/create.gohtml b/pages/create.gohtml new file mode 100644 index 0000000..ac9890c --- /dev/null +++ b/pages/create.gohtml @@ -0,0 +1,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>
\ No newline at end of file |
