-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (37 loc) · 1.29 KB
/
Copy pathindex.html
File metadata and controls
41 lines (37 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width= , initial-scale=1.0">
<title>ISC UNSAAC</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="icono.ico" />
</head>
<body>
<div class="banner">
<div class="navbar">
<img src="logo1.png" class="logo" height="50px" >
<ul>
<li><a href="#">INICIO</a></li>
<li><a href="#">CURSOS</a></li>
<li><a href="#">SERVICIOS</a></li>
<li><a href="#">ADMISIÓN</a></li>
<li><a href="#">CONTÁCTANOS</a></li>
</ul>
</div>
</div>
</body>
<script>
window.watsonAssistantChatOptions = {
integrationID: "7931a581-3c0b-44b0-981b-154cb4a6df7d", // The ID of this integration.
region: "us-south", // The region your integration is hosted in.
serviceInstanceID: "5737429b-29b8-4e47-95d7-8570f5727d6a", // The ID of your service instance.
onLoad: function(instance) { instance.render(); }
};
setTimeout(function(){
const t=document.createElement('script');
t.src="https://web-chat.global.assistant.watson.appdomain.cloud/loadWatsonAssistantChat.js";
document.head.appendChild(t);
});
</script>
</html>