add new page

This commit is contained in:
Osman Faruk Bayram 2025-07-31 21:37:19 +03:00
parent 9e22e1a027
commit 7a987bdc39

View file

@ -162,6 +162,23 @@
name = "Home"; name = "Home";
content = "Welcome to Pochita's home page!"; content = "Welcome to Pochita's home page!";
} }
{
columns = [
{
size = "full";
widgets = [
{
type = "extension";
url = "http://localhost:8501";
}
];
}
];
name = "Wanikani Stats";
content = "Welcome to Wanikani Stats page!";
}
]; ];
}; };
}; };