Skip to content

Commit

Permalink
onesignal push lib added
Browse files Browse the repository at this point in the history
  • Loading branch information
Intellimixiopce authored Sep 7, 2022
1 parent 65838d9 commit 930299b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@
<!--footer font awesome library teams-->
<script src="https://kit.fontawesome.com/721abd87bb.js" crossorigin="anonymous"></script>
<!--footer font awesome library-->
<!-- onesignal push -->
<script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async=""></script>
<script>
window.OneSignal = window.OneSignal || [];
OneSignal.push(function() {
OneSignal.init({
appId: "5bf13993-46bb-4bc2-b306-27005206b8b9",
});
});
</script>
<!-- onesignal push -->
</head>

<body onload="loader()">
Expand Down

0 comments on commit 930299b

Please sign in to comment.