From 6fb80b2d94a5282c8350278e299bfcb2d0b60d40 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 22 Jun 2025 23:11:11 +0700 Subject: m --- web/index.hoon | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'web/index.hoon') 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 "" "" @@ -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" == == -- cgit v1.2.3