11<!doctype html>
22< html >
3- < head >
4- < meta charset ="UTF-8 " />
5- <!-- <meta http-equiv="Content-Security-Policy"
6- content="default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval';" /> -->
7- <!-- IMPORT THE WIDGET CSS -->
8- < link
9- rel ="stylesheet "
10- type ="text/css "
11- href ="https://cdn.jsdelivr.net/gh/nethesis/phone-island/dist-widget/index.widget.css "
12- />
13- <!-- IMPORT THE POPPINS FONTS -->
14- < link rel ="preconnect " href ="https://fonts.googleapis.com " />
15- < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
16- < link
17- href ="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap "
18- rel ="stylesheet "
19- />
20- <!-- IMPORT THE WIDGET CSS -->
21- < meta
22- http-equiv ="Content-Security-Policy "
23- content ="default-src * self blob: data: gap:; style-src * self 'unsafe-inline' blob: data: gap:; script-src * 'self' 'unsafe-inline' blob: data: gap:; object-src * 'self' blob: data: gap:; img-src * self 'unsafe-inline' blob: data: gap:; connect-src self * 'unsafe-inline' blob: data: gap:; frame-src * self blob: data: gap:; "
24- />
25- <!-- 'unsafe-eval' -->
26- </ head >
273
28- < body >
29- < div id ="root "> </ div >
30- < script type ="module " src ="/src/index.tsx "> </ script >
31- </ body >
32- </ html >
4+ < head >
5+ < meta charset ="UTF-8 " />
6+ <!-- IMPORT THE POPPINS FONTS -->
7+ < link rel ="preconnect " href ="https://fonts.googleapis.com " />
8+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
9+ < link
10+ href ="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap "
11+ rel ="stylesheet " />
12+ < meta http-equiv ="Content-Security-Policy "
13+ content ="default-src * self blob: data: gap:; style-src * self 'unsafe-inline' blob: data: gap:; script-src * 'self' 'unsafe-inline' blob: data: gap:; object-src * 'self' blob: data: gap:; img-src * self 'unsafe-inline' blob: data: gap:; connect-src self * 'unsafe-inline' blob: data: gap:; frame-src * self blob: data: gap:; " />
14+ </ head >
15+
16+ < body >
17+ < div id ="root "> </ div >
18+ < script type ="module " src ="/src/index.tsx "> </ script >
19+ </ body >
20+
21+ </ html >
0 commit comments