Basic Navigation

This commit is contained in:
metacryst
2025-11-18 04:51:40 -06:00
parent ff28d68988
commit 7f85dbe493
12 changed files with 143 additions and 348 deletions

9
ui/public/pages/Join.js Normal file
View File

@@ -0,0 +1,9 @@
class Join extends Shadow {
render() {
p("Membership is invitation-only. Look out for us in person, or come to an event!")
.x(50, vw).y(50, vh)
.center()
}
}
register(Join)