From 6e896ae0e108eef385b46c26e770dc191ae936ba Mon Sep 17 00:00:00 2001 From: ewy Date: Thu, 9 Apr 2026 21:01:59 +0200 Subject: add more css --- pages/create.gohtml | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) (limited to 'pages/create.gohtml') diff --git a/pages/create.gohtml b/pages/create.gohtml index 5d402cb..d50582a 100644 --- a/pages/create.gohtml +++ b/pages/create.gohtml @@ -7,19 +7,26 @@ delayed.link: created + {{ template "style" . }} -

- This link will unlock at {{.OpensFrom}} -

-

- This will occur in approximately {{ .MinutesLeft }} minute{{ if gt .MinutesLeft 1 }}s{{end}}. -

-

- It will be able to be opened {{ .OpensLeft }} time{{ if gt .OpensLeft 1 }}s{{end}}. -

-

- This page is completely ephemeral. Once you close it, you cannot access the link again. -

+{{ 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