summaryrefslogtreecommitdiff
path: root/web/index.hoon
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-06-22 23:11:11 +0700
committerpolwex <polwex@sortug.com>2025-06-22 23:11:11 +0700
commit6fb80b2d94a5282c8350278e299bfcb2d0b60d40 (patch)
treebe85636f67322948181bf59519dfe998f7d7b6b1 /web/index.hoon
parent4e2a84761b95a29c02c77c575810ab49f2af7335 (diff)
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"
==
==