2017-03-08 16:50:29 +01:00
|
|
|
<!doctype html>
|
2017-09-26 18:13:00 +02:00
|
|
|
<html lang="en">
|
|
|
|
|
2017-03-08 16:50:29 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2017-09-26 18:13:00 +02:00
|
|
|
<title>OpenVidu TestApp</title>
|
2017-03-08 16:50:29 +01:00
|
|
|
<base href="/">
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
2017-09-26 18:13:00 +02:00
|
|
|
|
2017-10-10 15:51:33 +02:00
|
|
|
<script type="text/javascript">
|
2017-10-09 18:48:05 +02:00
|
|
|
window.myEvents = '';
|
|
|
|
</script>
|
|
|
|
|
2017-03-08 16:50:29 +01:00
|
|
|
</head>
|
2017-09-26 18:13:00 +02:00
|
|
|
|
2017-03-08 16:50:29 +01:00
|
|
|
<body>
|
|
|
|
<app-root>Loading...</app-root>
|
|
|
|
</body>
|
2017-09-26 18:13:00 +02:00
|
|
|
|
2017-03-08 16:50:29 +01:00
|
|
|
</html>
|