feat: add placeholder and rearrange files

This commit is contained in:
sthag 2024-08-08 20:42:28 +02:00
parent 8eb377717a
commit b17e16abd9
22 changed files with 90 additions and 51 deletions

View file

@ -26,14 +26,6 @@
"href": "pages/blank.html",
"text": "Blank"
},
{
"href": "pages/card.html",
"text": "Card"
},
{
"href": "pages/portal.html",
"text": "Portal"
},
{
"href": "pages/maintenance.html",
"text": "Maintenance"
@ -66,5 +58,19 @@
"href": "pages/error/500.html",
"text": "500"
}
],
"demo": [
{
"href": "demo/card.html",
"text": "Card"
},
{
"href": "demo/portal.html",
"text": "Portal"
},
{
"href": "demo/songbook.html",
"text": "Songbook"
}
]
}