summaryrefslogtreecommitdiff
path: root/templates/pages/memo.gohtml
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-18 02:06:42 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-18 02:06:42 +0300
commit6f31f35c7b38fbf63d7a0c9322458e0b75828495 (patch)
tree2fcb8cb31bb6604e85cf390dbc01f2e9a8b26ee7 /templates/pages/memo.gohtml
Initial
Diffstat (limited to 'templates/pages/memo.gohtml')
-rw-r--r--templates/pages/memo.gohtml13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/pages/memo.gohtml b/templates/pages/memo.gohtml
new file mode 100644
index 0000000..804d7b7
--- /dev/null
+++ b/templates/pages/memo.gohtml
@@ -0,0 +1,13 @@
+{{template "layout.gohtml" .}}
+{{define "content"}}
+<div class="layout-center">
+ <form action="/">
+ <h1>Secret:</h1>
+ <b>Warning!</b> This text already deleted from server! If you refresh or close page - secret will be completely lost!
+ <hr />
+ <pre>{{.secret}}</pre>
+ <hr />
+ <input type="submit" value="&larr; Back">
+ </form>
+</div>
+{{ end }}