mirror of https://github.com/OpenVidu/openvidu.git
28 lines
648 B
HTML
28 lines
648 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>OpenVidu TestApp</title>
|
|
<base href="/">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
|
|
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha256-k2WSCIexGzOj3Euiig+TlR8gA0EmPjuc79OEeY5L45g="
|
|
crossorigin="anonymous"></script>
|
|
|
|
<script type="text/javascript">
|
|
window.myEvents = '';
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<app-root>Loading...</app-root>
|
|
</body>
|
|
|
|
</html>
|