diff options
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 }} |