23 lines
625 B
HTML
23 lines
625 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>openvidu-web-component</title>
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
|
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
|
|
crossorigin="anonymous"></script>
|
|
|
|
<script src="app.js"></script>
|
|
<script src="openvidu-webcomponent-2.14.0.js"></script>
|
|
<link rel="stylesheet" href="openvidu-webcomponent-2.14.0.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="events"></div>
|
|
<!-- OpenVidu Web Component -->
|
|
<openvidu-webcomponent></openvidu-webcomponent>
|
|
|
|
</body>
|
|
|
|
</html> |