We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c8e11 commit e353f5cCopy full SHA for e353f5c
index.html
@@ -171,5 +171,12 @@ <h6>
171
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NM7QMCN"
172
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
173
<!-- 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>
181
</body>
182
</html>
0 commit comments