mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
24 lines
468 B
HTML
24 lines
468 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
|
|
<title>WebRTC Example</title>
|
|
|
|
<!-- Simple Client JS -->
|
|
<link type="text/css" href="style.css" rel="stylesheet"></link>
|
|
<script src="adapter.js" type="text/javascript"></script>
|
|
<script src="script.js" type="text/javascript"></script>
|
|
</head>
|
|
|
|
<body>
|
|
test
|
|
|
|
<video autoplay="true" id="camera-stream">
|
|
|
|
</video>
|
|
|
|
<script type="text/javascript">init();</script>
|
|
</body>
|
|
|
|
</html>
|