1
Fork 0
galene/static/example/example.html

25 lines
570 B
HTML
Raw Permalink Normal View History

2024-06-08 14:34:34 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Galène client example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="author" href="https://www.irif.fr/~jch/"/>
</head>
<body>
2024-06-10 15:49:08 +02:00
<div><button id="start">Start</button></p>
<p id="status"></p>
2024-06-08 14:34:34 +02:00
<p id="error"></p>
<div><button id="show" disabled>Show/hide yourself</button></div>
2024-06-10 15:49:08 +02:00
<div id="videos"></div>
2024-06-08 14:34:34 +02:00
<div id="chat"></div>
<script src="/protocol.js" defer></script>
<script src="example.js" defer></script>
</body>
</html>