Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
edospadoni authored Feb 1, 2024
1 parent 9fd4175 commit f429996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widget-example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!-- IMPORT THE WIDGET CSS -->
<link rel="stylesheet" type="text/css" href="./static/index.widget.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/nethesis/phone-island/dist-widget/index.widget.css" />
<!-- IMPORT THE WIDGET CSS -->
<title>React Widget</title>
</head>
Expand All @@ -18,7 +18,7 @@
data-config="bnYtc2ViOmZvbzI6YzI5ODFkYzZlN2FkMzMyNDZiODc4NDA1ZDg4MDE5ZTU1ZmU2ZTM3OTo5MTIxMjphZmFhNmYzYTRlYmQyNWYzZTNjYjYzYmU3Nzg1NzY1Nw=="
></div>
<!-- IMPORT THE WIDGET JS -->
<script type="text/javascript" src="./static/index.widget.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/nethesis/phone-island/dist-widget/index.widget.js"></script>
<!-- IMPORT THE WIDGET JS -->
<script type="text/javascript" src="./index.js"></script>
</body>
Expand Down

0 comments on commit f429996

Please sign in to comment.