Added ./libs/ direcroty (and the pages).

This commit is contained in:
2025-11-14 19:43:15 +01:00
parent d4ad6a62d1
commit ef3088c3f1
20 changed files with 444 additions and 112 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
"When you clean out a vacuum cleaner, you become the vacuum cleaner.",
"Bread is just a loaf of edible sponge.",
"Sponge is just a piece of inedible bread.",
"If you ever feel useless, remember that 'queue' can be spellt as 'Q'. The 4 vowels next to eachother are utterly useless.",
"When life gives you lemons, hand them back and ask for chocolate instead.",
"[Under review for potential treason.]",
"Tomatoes are fruit, which makes ketchup a smoothie.",
"Do penguins have knees? I don't know, but now you're thinking about it.",
+24 -4
View File
@@ -25,15 +25,35 @@
"disabled": false
}
},
{
"hidden": true,
"alt": {
"name": "testtube",
"icon": "testtube_8x8.png",
"action": "navigate",
"actionValue": "/libs/test",
"disabled": false
}
},
{
"hidden": true,
"alt": {
"name": "return",
"icon": "return_8x8.png",
"action": "navigate",
"actionValue": "../",
"disabled": false
}
},
{
"icon": "pauseAnimation_8x8.png",
"action": "function",
"actionValue": "pauseAnimBtn('auto')",
"iconId": "animationToggle",
"disabled": false,
"hidden": false,
"alt": {
"name": "playDisabled",
"disabled": true
}
"name": "noAnim",
"hidden": true
}
}
]