Basic Navigation
This commit is contained in:
9
ui/public/pages/Join.js
Normal file
9
ui/public/pages/Join.js
Normal 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)
|
||||
Reference in New Issue
Block a user