Añade nuevas características a la página demo

This commit is contained in:
Manuel Cillero 2022-03-27 06:05:37 +02:00
parent 5b1064fda2
commit c6bbd565ab
33 changed files with 987 additions and 470 deletions

View file

@ -35,7 +35,7 @@ impl ModuleTrait for NodeModule {
}
async fn node() -> app::Result<Markup> {
Page::prepare()
Page::new()
.with_title(
"Nodo"
)