diff options
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. |
