mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2025-12-29 11:45:20 -05:00
26 lines
573 B
HTML
Executable File
26 lines
573 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Enumerate Devices</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
|
|
</head>
|
|
<body>
|
|
|
|
<!-- <iframe
|
|
width="500px"
|
|
height="500px"
|
|
allow="camera; microphone;"
|
|
src="https://meet.livekit.io/rooms/mnl4-edtg"
|
|
/> -->
|
|
|
|
<iframe
|
|
width="500px"
|
|
height="500px"
|
|
allow="camera; microphone;"
|
|
src="https://p2p.mirotalk.com/join/93232BasicHat"
|
|
/>
|
|
</body>
|
|
</html>
|