-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (21 loc) · 937 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<body>
<!-- Local -->
<!-- <script data-id="intertel" data-customer="Ulo0qG82kVtjhxvQHKRKIt6Es" src="https://lcwebchat.tunnel.devconversa.app/webchat/webchat.min.js"></script> -->
<!-- Staging -->
<!-- <script data-id="intertel" data-customer="jAAqAZ1RaqNtL9Xx6hL8i7xKllU" src="https://staging.intertel.mx/webchat/webchat.min.js"></script> -->
<!-- Emmanuel -->
<!-- <script data-id="intertel" data-customer="3Kqr5zrr80VY3asnLbCo9BiGjplQA" src="https://staging.intertel.mx/webchat/webchat.min.js"></script> -->
<!-- Produccion -->
<script data-id="intertel" data-customer="sEsCkDGgw5fUfnDgP3M4GG1ilc" src="https://conversa.intertel.mx/webchat/webchat.min.js"></script>
<h1>Hola</h1>
<p>Mundo</p>
<button onclick="prueba()">Dale click</button>
<script>
function prueba(){
console.log("HOLA");
}
</script>
</body>
</html>