-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 784 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (23 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="public/Justlogo" href="public/Justlogo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Project Syncify</title>
<script src="https://accounts.google.com/gsi/client" async></script>
<link
rel="stylesheet"
type="text/css"
charset="UTF-8"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css" />
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css" />
</head>
<body className="dark">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>