forked from MarianTLibrarian/BookFace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 848 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/logo.png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<script src="https://sdk.twilio.com/js/video/releases/2.21.0/twilio-video.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js">
</script>
<title>Vite App</title>
</head>
<body>
<div id="root"></div>
<div class="footer">
<p>BookFace. 2022 © COPYRIGHT</p>
</div>
<script type="module" src="/client/main.jsx"></script>
</body>
</html>