diff options
| author | ewy <ewy0@protonmail.com> | 2026-03-31 18:14:56 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-03-31 18:14:56 +0200 |
| commit | 4b082851542cf8b546e3fbacaf0b27a7db5b80eb (patch) | |
| tree | 93e1e94eb31a7b8ad7273272e680ccd5d2d0948a /pages/create.gohtml | |
| parent | d4e6d4905b1074ebcb6d082fadf50cc2ed80493d (diff) | |
fix layout and info
Diffstat (limited to 'pages/create.gohtml')
| -rw-r--r-- | pages/create.gohtml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/pages/create.gohtml b/pages/create.gohtml index ac9890c..5d402cb 100644 --- a/pages/create.gohtml +++ b/pages/create.gohtml @@ -5,7 +5,7 @@ <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:," /> + <link rel="icon" href="data:,"/> <title>delayed.link: created</title> </head> <body> @@ -13,7 +13,10 @@ <a href="/l/{{.Id}}">This link will unlock at {{.OpensFrom}}</a> </p> <p> - It will be able to be opened {{ .OpensLeft }} times. + This will occur in approximately {{ .MinutesLeft }} minute{{ if gt .MinutesLeft 1 }}s{{end}}. +</p> +<p> + It will be able to be opened {{ .OpensLeft }} time{{ if gt .OpensLeft 1 }}s{{end}}. </p> <p> This page is completely ephemeral. Once you close it, you cannot access the link again. |
