summaryrefslogtreecommitdiff
path: root/pages/html/header.gohtml
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-09 21:29:25 +0200
committerewy <ewy0@protonmail.com>2026-04-09 21:29:25 +0200
commitc2ab8ee9409ac26a95e9a4c80c8ada51a22313f1 (patch)
tree94a070e764abad211335a0f99a78ac181233976a /pages/html/header.gohtml
parent6e896ae0e108eef385b46c26e770dc191ae936ba (diff)
Diffstat (limited to 'pages/html/header.gohtml')
-rw-r--r--pages/html/header.gohtml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pages/html/header.gohtml b/pages/html/header.gohtml
new file mode 100644
index 0000000..5af455e
--- /dev/null
+++ b/pages/html/header.gohtml
@@ -0,0 +1,12 @@
+{{ define "header" }}
+ <header>
+ <a href="/">
+ <h1>
+ delayed.link
+ </h1>
+ </a>
+ <span>
+ send something now, they unlock it later
+ </span>
+ </header>
+{{end}} \ No newline at end of file