loled/static/index.html

24 lines
678 B
HTML
Raw Normal View History

2023-09-14 11:43:36 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-10-31 19:44:06 +01:00
<link rel="stylesheet" href="/css/style.css">
2023-09-14 11:43:36 +02:00
<title>LOLED</title>
</head>
<body>
2023-10-31 19:44:06 +01:00
<h1>Loled</h1>
<hr>
<p>
Getting started with loled by streaming some video on the screen.
Multiple solutions exists:
</p>
<p>
<ul>
<li><a href="canvas.html">Use a canvas or a video from a website</a></li>
<li><a href="camera.html">Use your device camera</a></li>
<li><a href="screenshare.html">Share your device screen</a></li>
</ul>
2023-09-14 11:43:36 +02:00
</p>
</body>
</html>