Spaces:
Running
Running
Commit ·
f8a4de0
1
Parent(s): e678015
Update index.html
Browse files- index.html +7 -2
index.html
CHANGED
|
@@ -22,6 +22,8 @@
|
|
| 22 |
</style>
|
| 23 |
</head>
|
| 24 |
<body>
|
|
|
|
|
|
|
| 25 |
<script>
|
| 26 |
window.addEventListener('mouseover', initLandbot, { once: true });
|
| 27 |
window.addEventListener('touchstart', initLandbot, { once: true });
|
|
@@ -33,8 +35,8 @@ function initLandbot() {
|
|
| 33 |
var myLandbot = new Landbot.Livechat({
|
| 34 |
configUrl: 'https://storage.googleapis.com/landbot.pro/v3/H-1677293-Y0K9RDR7URVZ2OZ5/index.json',
|
| 35 |
customData:{
|
| 36 |
-
community_id:"
|
| 37 |
-
tenant_id:"
|
| 38 |
}
|
| 39 |
});
|
| 40 |
});
|
|
@@ -44,6 +46,9 @@ function initLandbot() {
|
|
| 44 |
}
|
| 45 |
}
|
| 46 |
</script>
|
|
|
|
|
|
|
|
|
|
| 47 |
<div class="imgbox">
|
| 48 |
<img src="apartment.png" alt="Arcade Artist Apartments" class="center-fit">
|
| 49 |
</div>
|
|
|
|
| 22 |
</style>
|
| 23 |
</head>
|
| 24 |
<body>
|
| 25 |
+
|
| 26 |
+
|
| 27 |
<script>
|
| 28 |
window.addEventListener('mouseover', initLandbot, { once: true });
|
| 29 |
window.addEventListener('touchstart', initLandbot, { once: true });
|
|
|
|
| 35 |
var myLandbot = new Landbot.Livechat({
|
| 36 |
configUrl: 'https://storage.googleapis.com/landbot.pro/v3/H-1677293-Y0K9RDR7URVZ2OZ5/index.json',
|
| 37 |
customData:{
|
| 38 |
+
community_id:"64c021398b5ec4c9c36834b7",
|
| 39 |
+
tenant_id:"633350cffedddb117377e179"
|
| 40 |
}
|
| 41 |
});
|
| 42 |
});
|
|
|
|
| 46 |
}
|
| 47 |
}
|
| 48 |
</script>
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
|
| 52 |
<div class="imgbox">
|
| 53 |
<img src="apartment.png" alt="Arcade Artist Apartments" class="center-fit">
|
| 54 |
</div>
|