-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python als middleman voor smalltalk direct
- Loading branch information
Showing
2 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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.ng.bluemix.net/api/v1/web/e-office_development/baasgenerator/pythoninthemiddle.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> |