openvidu/openvidu-testapp/src/index.html

24 lines
575 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
2017-09-27 16:24:39 +02:00
<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>
2017-09-26 18:13:00 +02:00
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>