diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-09 21:29:25 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-09 21:29:25 +0200 |
| commit | c2ab8ee9409ac26a95e9a4c80c8ada51a22313f1 (patch) | |
| tree | 94a070e764abad211335a0f99a78ac181233976a /pages/create.gohtml | |
| parent | 6e896ae0e108eef385b46c26e770dc191ae936ba (diff) | |
Diffstat (limited to 'pages/create.gohtml')
| -rw-r--r-- | pages/create.gohtml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/pages/create.gohtml b/pages/create.gohtml deleted file mode 100644 index d50582a..0000000 --- a/pages/create.gohtml +++ /dev/null @@ -1,32 +0,0 @@ -<!doctype html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <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:,"/> - <title>delayed.link: created</title> - {{ template "style" . }} -</head> -<body> -{{ template "header" . }} -<main> - <div> - <a href="/l/{{.Id}}">This link will unlock at {{.OpensStr}}</a> - </div> - <div> - It will occur in approximately {{ .MinutesLeft }} minute{{ if gt .MinutesLeft 1 }}s{{end}}. - </div> - <div> - It can be opened {{ .OpensLeft }} time{{ if gt .OpensLeft 1 }}s{{end}}. - </div> - <div> - Be mindful embedding services might take visits off the counter. - </div> - <div> - This page is completely ephemeral. Once you close it, you cannot access the link again. - </div> -</main> -</body> -</html>
\ No newline at end of file |
