-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
26 lines (25 loc) · 890 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
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="../path/to/flowbite/dist/flowbite.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/flowbite.min.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/flowbite.min.js"></script>
<link
rel="shortcut icon"
href="./src/assets/Logo.png"
type="image/x-icon"
/>
<!-- Place this script at the bottom of the <head> section in your 'index.html' file -->
<script
src="https://upload-widget.cloudinary.com/global/all.js"
type="text/javascript"
></script>
<title>StudyNotion</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>