Skip to content

Commit 0ec98a9

Browse files
finishing my pp off
1 parent d7cf115 commit 0ec98a9

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@
1616
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
1717
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
1818
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
19+
<script src="https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.js" defer></script>
20+
<script>
21+
window.OneSignalDeferred = window.OneSignalDeferred || [];
22+
OneSignalDeferred.push(async function(OneSignal) {
23+
await OneSignal.init({
24+
appId: "18780032-5a8a-4e95-a7ce-f3cf49b2e09e",
25+
safari_web_id: "web.onesignal.auto.5c56364e-78e6-4c38-97c1-5b5f4d3e0076",
26+
notifyButton: {
27+
enable: true,
28+
},
29+
});
30+
});
31+
</script>
1932
</head>
2033
<body>
2134
<div class="header">

0 commit comments

Comments
 (0)