From bcbb629db87b6bc0e9a7880ec4ee1c90d284a6c7 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 5 Oct 2025 21:58:44 -0700 Subject: Bring back the notepad --- templates/login.html.template | 1 + templates/note.html.template | 25 +++++++++++++++++-------- templates/upload.html.template | 7 ------- templates/wormhole-send.html.template | 14 -------------- 4 files changed, 18 insertions(+), 29 deletions(-) delete mode 100644 templates/upload.html.template delete mode 100644 templates/wormhole-send.html.template (limited to 'templates') diff --git a/templates/login.html.template b/templates/login.html.template index 8d1ec9b..a197e8e 100644 --- a/templates/login.html.template +++ b/templates/login.html.template @@ -5,6 +5,7 @@

Incorrect password

{{end}}
+ diff --git a/templates/note.html.template b/templates/note.html.template index fe6d073..07c2d8e 100644 --- a/templates/note.html.template +++ b/templates/note.html.template @@ -1,5 +1,5 @@ {{define "head"}} - + Notepad @@ -8,15 +8,24 @@
-
- {{block "saveIndicator" ""}} - {{.}} - {{end}} -
- + {{block "saveIndicator" ""}} + {{.}} + {{end}}
-
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"}}Upload{{end}} - - - - - -
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"}} - - - Wormhole -{{end}} - -
- -
-- cgit v1.3.1