From d89b325294201d95498ae9d08f102e12ac2f2876 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 5 Oct 2025 18:00:06 -0700 Subject: Implement a "magic wormhole" file-sharing solution --- templates/wormhole.html.template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/wormhole.html.template (limited to 'templates/wormhole.html.template') diff --git a/templates/wormhole.html.template b/templates/wormhole.html.template new file mode 100644 index 0000000..4d67a98 --- /dev/null +++ b/templates/wormhole.html.template @@ -0,0 +1,19 @@ +{{define "head"}} + + + Wormhole +{{end}} + +
+
+ + +
+
+ +

2. Visit this URL {{.Self}}/wormhole/{{.Hole}}

-- cgit v1.3.1