Update index.html
Browse files- index.html +17 -19
index.html
CHANGED
@@ -1,19 +1,17 @@
|
|
1 |
-
<!
|
2 |
-
<html>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
</body>
|
19 |
-
</html>
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
|
4 |
+
<head>
|
5 |
+
<meta charset="UTF-8" />
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 |
+
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
8 |
+
<title>WebRTC Room</title>
|
9 |
+
<script type="module" crossorigin src="./assets/index-Gqb7jVQE.js"></script>
|
10 |
+
<link rel="stylesheet" crossorigin href="./assets/index-BmkTfZuw.css">
|
11 |
+
</head>
|
12 |
+
|
13 |
+
<body>
|
14 |
+
<div id="root"></div>
|
15 |
+
</body>
|
16 |
+
|
17 |
+
</html>
|
|
|
|