add: coin purchases + donator badge

This commit is contained in:
trisua 2025-08-08 13:25:47 -04:00
parent fd529d3847
commit 44f9edd67e
21 changed files with 345 additions and 38 deletions

View file

@ -169,21 +169,20 @@
("id" "littleweb")
(div
("class" "inner flex flex_col gap_2")
(a
("class" "button w_full lowered justify-start")
("class" "button w_full lowered justify_start")
("href" "/net")
(icon (text "globe"))
(str (text "littleweb:label.browser")))
(a
("class" "button w_full lowered justify-start")
("class" "button w_full lowered justify_start")
("href" "/services")
(icon (text "panel-top"))
(str (text "littleweb:label.my_services")))
(a
("class" "button w_full lowered justify-start")
("class" "button w_full lowered justify_start")
("href" "/domains")
(icon (text "panel-top"))
(str (text "littleweb:label.my_domains")))