summaryrefslogtreecommitdiffstats
path: root/templates/wormhole-send.html.template
diff options
context:
space:
mode:
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>