diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-21 21:44:19 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-21 21:44:19 +0300 |
commit | c994959f736206aacec8e9933d62588b9cb5b0c5 (patch) | |
tree | a65a3061df93984ecdb0911c4d0582c353ca5035 /templates/pages/memo.gohtml | |
parent | 37c250d538893ff8178bd9c9e4dde225a991ce76 (diff) |
Diffstat (limited to 'templates/pages/memo.gohtml')
-rw-r--r-- | templates/pages/memo.gohtml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/pages/memo.gohtml b/templates/pages/memo.gohtml index e981266..f24d289 100644 --- a/templates/pages/memo.gohtml +++ b/templates/pages/memo.gohtml @@ -1,7 +1,7 @@ {{template "layout.gohtml" .}} {{define "content"}} -<div class="layout-center"> - <form action="/"> +<div class="flex content three"> + <div class="full off-third-800 third-800"> <h1>Secret:</h1> <div id="content"> <button @@ -13,7 +13,6 @@ </button> <span class="htmx-indicator">Loading...</span> </div> - <input type="submit" value="← Back"> - </form> + </div> </div> {{ end }} |