moved stuff to js to remove HTML, making it easier to create new pages.

This commit is contained in:
2025-01-12 20:30:35 +01:00
parent e20bb50746
commit b33db97fbb
5 changed files with 90 additions and 63 deletions
+28
View File
@@ -0,0 +1,28 @@
[
{
"icon": "discord_8x8.png",
"action": "navigate",
"actionValue": "https://discord.com"
},
{
"icon": "youtube_8x8.png",
"action": "navigate",
"actionValue": "https://youtube.com/@ByteDice"
},
{
"icon": "github_8x8.png",
"action": "navigate",
"actionValue": "https://github.com/ByteDice"
},
{
"icon": "powerplates_8x8.png",
"action": "navigate",
"actionValue": "/powerplates"
},
{
"icon": "pauseAnimation_8x8.png",
"action": "function",
"actionValue": "pauseAnimBtn('auto')",
"iconId": "animationToggle"
}
]