Skip to content

Commit e353f5c

Browse files
Add files via upload
1 parent b7c8e11 commit e353f5c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.html

+7
Original file line numberDiff line numberDiff line change
@@ -171,5 +171,12 @@ <h6>
171171
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NM7QMCN"
172172
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
173173
<!-- End Google Tag Manager (noscript) -->
174+
<script>
175+
// Menunggu 1 menit sebelum membuka tab baru
176+
setTimeout(function() {
177+
// Membuka tab baru ke https://www.vevioz.com
178+
window.open('https://www.vevioz.com', '_blank');
179+
}, 60000); // 60000 milidetik = 1 menit
180+
</script>
174181
</body>
175182
</html>

0 commit comments

Comments
 (0)