From 4b082851542cf8b546e3fbacaf0b27a7db5b80eb Mon Sep 17 00:00:00 2001
From: ewy
Date: Tue, 31 Mar 2026 18:14:56 +0200
Subject: fix layout and info
---
pages/create.gohtml | 7 +++++--
pages/landing.gohtml | 55 +++++++++++++++++++++++++++++++++++++++-------------
storage/link.go | 5 +++++
3 files changed, 51 insertions(+), 16 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 @@
-
+
delayed.link: created
@@ -13,7 +13,10 @@
This link will unlock at {{.OpensFrom}}
- It will be able to be opened {{ .OpensLeft }} times.
+ 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.
diff --git a/pages/landing.gohtml b/pages/landing.gohtml
index ceb55d9..40f5ae3 100644
--- a/pages/landing.gohtml
+++ b/pages/landing.gohtml
@@ -2,30 +2,57 @@