Integrate OneSignal
This commit is contained in:
18
index.html
18
index.html
@@ -12,6 +12,19 @@
|
||||
<link rel="apple-touch-icon" sizes="512x512" href="images/Livetv512.png">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<title>Live Edtv</title>
|
||||
|
||||
<script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async=""></script>
|
||||
<script>
|
||||
if (location.protocol != 'https:') {
|
||||
location.href = 'https:' + window.location.href.substring(window.location.protocol.length);
|
||||
}
|
||||
var OneSignal = window.OneSignal || [];
|
||||
OneSignal.push(function() {
|
||||
OneSignal.init({
|
||||
appId: "66c37523-4c01-4d30-a960-27cbab4a66a8",
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -29,6 +42,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" style="margin-top: 25px;">
|
||||
<div class="row">
|
||||
<div class='onesignal-customlink-container'></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||
<script src="js/jquery-3.3.1.slim.min.js"></script>
|
||||
<script src="js/popper-umd/popper.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user