SimpleTiles generates tiles which act as links. The tiles are defined in a JSON file. The complete code is generated by ChatGPT 3.5, we had a nice chat on a rainy afternoon.
Just clone the repo and put it on a web server.
[
{
"title": "App1",
"link": "https://x.x.x.x:xxxx",
"icon": "images/app1_icon.webp"
},
{
"title": "App2",
"link": "http://x.x.x.x:xxxx",
"icon": "images/app2_icon.png"
}
]