diff options
| author | Ewy~ <ewy0@protonmail.com> | 2026-03-31 17:18:35 +0200 |
|---|---|---|
| committer | Ewy~ <ewy0@protonmail.com> | 2026-03-31 17:18:35 +0200 |
| commit | cf085e93b7abc53b8ecc78c07210384e0ff8d516 (patch) | |
| tree | 270bc83c7e4d1c468bd7fcc61d2d65d6f447eda6 /pages/create.gohtml | |
initial commit
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 |
