From c2ab8ee9409ac26a95e9a4c80c8ada51a22313f1 Mon Sep 17 00:00:00 2001 From: ewy Date: Thu, 9 Apr 2026 21:29:25 +0200 Subject: upd --- pages/html/create.gohtml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/html/create.gohtml (limited to 'pages/html/create.gohtml') diff --git a/pages/html/create.gohtml b/pages/html/create.gohtml new file mode 100644 index 0000000..c08fd93 --- /dev/null +++ b/pages/html/create.gohtml @@ -0,0 +1,28 @@ + + + + delayed.link: created + {{ template "meta" . }} + {{ template "style" . }} + + +{{ template "header" . }} +
+
+ This link will unlock at {{.OpensStr}} +
+
+ It will occur in approximately {{ .MinutesLeft }} minute{{ if gt .MinutesLeft 1 }}s{{end}}. +
+
+ It can be opened {{ .OpensLeft }} time{{ if gt .OpensLeft 1 }}s{{end}}. +
+
+ Be mindful embedding services might take visits off the counter. +
+
+ This page is completely ephemeral. Once you close it, you cannot access the link again. +
+
+ + \ No newline at end of file -- cgit v1.3