openvidu/openvidu-testapp/src/index.html

23 lines
390 B
HTML
Raw Normal View History

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
<script type="text/javascript">
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>