add new page
This commit is contained in:
parent
9e22e1a027
commit
7a987bdc39
1 changed files with 17 additions and 0 deletions
|
|
@ -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!";
|
||||||
|
}
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue