-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (19 loc) · 908 Bytes
/
Copy pathindex.html
File metadata and controls
21 lines (19 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' blob:">
<!-- Content-Security-Policy: default-src 'self'; img-src *; media-src example.org example.net; script-src userscripts.example.com -->
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<!-- "content_security_policy": "default-src 'self' style-src 'self' 'unsafe-inline';" -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- script-src js-cdn.example.com 'sha256-xzi4zkCjuC8lZcD2UmnqDG0vurmq12W/XKM5Vd0+MlQ=' -->
<script src="../path/to/flowbite/dist/flowbite.js"></script>
<script>window.global = window;</script>
</body>
</html>