-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtruqu.html
48 lines (43 loc) · 1.74 KB
/
truqu.html
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
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="nl" xmlns="http://www.w3.org/1999/xhtml" class="mcf-noframes chrome chrome54 chrome54_0 chrome54_0_2840 chrome54_0_2840_99 webkit webkit537 webkit537_36"
data-cookiesettings="loaded">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<script type = "application/javascript" src="scripts/smalltalk.js"></script>
<script type="text/javascript" src="scripts/jquery.min.js"></script>
<link rel="stylesheet" href="css/style.css"></link>
<link rel="icon" href="img/cropped-baas-icon-32x32.jpg" sizes="32x32">
<title>Nederlandstalige Chat</title>
</head>
<body onload='loadJSON()' >
<div class="whitelayer">
<div class="wrap">
<header>
<!-- Vergeet niet de wavy.png aan te passen -->
<img class="wavy" id="wavy" src="img/avatar1.png" alt="Baas's avatar">
<div class="botname">
<h2>BaaS</h2>
<span>Beschikbaar</span>
</div>
</header>
<main>
<div id="conversation"></div>
<div><input type="hidden" id="conversation_context" />
<input type="hidden" id="endpoint" value="https://openwhisk.eu-gb.bluemix.net/api/v1/web/e-office_Baas%20Production/baas/trialtruqu.json"/>
</div>
</main>
<footer>
<div class="bottom">
<input type="text" id="input" onkeypress="process(event, this)"/>
<button class="askbutton" type="button" onclick="loadJSON()">Stuur</button>
</div>
</footer>
</div>
<a href="https://www.e-office.com/oplossingen/bots-as-a-service/" id="backButton">OVER <span>BAAS</span></a>
<h1 id="logoOrange">
<a href="https://www.e-office.com/">Logo</a>
</h1>
</div>
</body>
</html>