summaryrefslogtreecommitdiffstats
path: root/templates/wormhole-send.html.template
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-05 21:58:44 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-05 21:58:44 -0700
commitbcbb629db87b6bc0e9a7880ec4ee1c90d284a6c7 (patch)
tree7372c59802fb589f798a9e849d621dac158dc04b /templates/wormhole-send.html.template
parentGames first (diff)
downloadroseh.moe-bcbb629db87b6bc0e9a7880ec4ee1c90d284a6c7.tar.zst
Bring back the notepad
Diffstat (limited to 'templates/wormhole-send.html.template')
-rw-r--r--templates/wormhole-send.html.template14
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/wormhole-send.html.template b/templates/wormhole-send.html.template
deleted file mode 100644
index 5b06c5f..0000000
--- a/templates/wormhole-send.html.template
+++ /dev/null
@@ -1,14 +0,0 @@
-{{define "head"}}
- <script src="/static/htmx.min.js"></script>
- <script src="/static/htmx-ext-sse.js"></script>
- <title>Wormhole</title>
-{{end}}
-
-<form
- hx-ext="sse"
- sse-connect="/wormhole/{{.Hole}}/ready"
- hx-post="/wormhole/{{.Hole}}"
- hx-trigger="sse:receiver-ready"
- enctype="multipart/form-data">
- <input type="file" name="file">
-</form>