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">
|
2024-07-02 19:19:05 +02:00
|
|
|
<title>Openvidu TestApp Livekit</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">
|
2024-07-02 19:19:05 +02:00
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
|
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
2017-03-08 16:50:29 +01:00
|
|
|
</head>
|
2017-09-26 18:13:00 +02:00
|
|
|
|
2024-07-02 19:19:05 +02:00
|
|
|
<body class="mat-typography">
|
|
|
|
<app-root></app-root>
|
2017-03-08 16:50:29 +01:00
|
|
|
</body>
|
2017-09-26 18:13:00 +02:00
|
|
|
|
2024-07-02 19:19:05 +02:00
|
|
|
</html>
|