add join page

This commit is contained in:
David Rodenkirchen
2024-05-27 11:47:38 +02:00
parent bf4f3721ee
commit 833e3ef250
3 changed files with 35 additions and 0 deletions
+5
View File
@@ -123,6 +123,11 @@ app = rio.App(
name="Constitution",
page_url='constitution',
build=pages.Constitution,
),
rio.Page(
name="Join",
page_url='join',
build=pages.Join,
)
],
theme=themes[6],