moved stuff to js to remove HTML, making it easier to create new pages.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user