mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
22 lines
716 B
JavaScript
22 lines
716 B
JavaScript
var slides = [
|
|
{
|
|
image: "Hello World.mp4",
|
|
title: "",
|
|
description: ""
|
|
},
|
|
{
|
|
image: "placeholder-16x9.png",
|
|
title: "Mouse cursor",
|
|
description: `Your mouse cursor is hidden. It will show up if you move it. Click on the desktop to access the _menu_.`
|
|
},
|
|
{
|
|
image: "placeholder-16x9.png",
|
|
title: "Network access",
|
|
description: `Tooloop Boxes can be managed over the network. Just type the IP-address of this box into your browser.`
|
|
},
|
|
{
|
|
image: "placeholder-16x9.png",
|
|
title: "Documentation",
|
|
description: `You can find manuals and information at [tooloop-os.org](https://tooloop-os.org).`
|
|
},
|
|
] |