summaryrefslogtreecommitdiff
path: root/web/index.hoon
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.hoon')
-rw-r--r--web/index.hoon8
1 files changed, 6 insertions, 2 deletions
diff --git a/web/index.hoon b/web/index.hoon
index 4342d84..c9aa43a 100644
--- a/web/index.hoon
+++ b/web/index.hoon
@@ -1,5 +1,5 @@
/= sigil-html /web/sigil/sigil
-|_ bowl:gall
+|_ [bowl:gall base-slug=tape]
++ favicon %+
weld "<svg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'>"
"<circle r='3.09' cx='5' cy='5' /></svg>"
@@ -18,7 +18,11 @@
;p:"You are logged"
;+ sigil
==
- ;form(action "/zodiac/logout", method "get")
+ ;form(action "/{base-slug}/poke", method "get")
+ ;button(type "submit"):"Test"
+ ==
+
+ ;form(action "/{base-slug}/logout", method "get")
;button(id "logout-button", type "submit"):"Logout"
==
==