summaryrefslogtreecommitdiffstats
path: root/templates/upload.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/upload.html.template
parent83d80b0672be886e7c6ccfad60949dbddb1b4173 (diff)
downloadroseh.moe-bcbb629db87b6bc0e9a7880ec4ee1c90d284a6c7.tar.zst
Bring back the notepad
Diffstat (limited to 'templates/upload.html.template')
-rw-r--r--templates/upload.html.template7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/upload.html.template b/templates/upload.html.template
deleted file mode 100644
index f920f23..0000000
--- a/templates/upload.html.template
+++ /dev/null
@@ -1,7 +0,0 @@
-{{define "head"}}<title>Upload</title>{{end}}
-
-<form method="POST" enctype="multipart/form-data">
- <input type="hidden" name="csrf-token" value="{{.CSRFToken}}">
- <input type="file" name="content">
- <input type="submit" value="Upload">
-</form>