erichilarysmithsr's picture
Update index.html
57d4c17
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/@inworld/web-sdk@1.3.0/build/src/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@inworld/nodejs-sdk@1.3.1/build/src/index.min.js"></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>DOVIC Simulation House of Krebsville</title>
<link rel="stylesheet" href="style.css" />
<style>
body {
background-image: url('img_fantasy_lands_krebsville_map.jpg');
}
</style>
</head>
<body>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '1275043013118620',
xfbml : true,
version : 'v16.0'
});
FB.AppEvents.logPageView();
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script src="https://www.gstatic.com/dialogflow-console/fast/messenger/bootstrap.js?v=1"></script>
<df-messenger
intent="WELCOME"
chat-title="DOVICSimulationHouseKrebsville"
agent-id="30fe3942-29ea-40c5-b795-bdeda777fb66"
language-code="en"
></df-messenger>
<div class="card">
<h1>Welcome to the DOVIC Simulation House Lobby static Space!</h1>
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
<p>
Also don't forget to check the
<a href="https://sites.google.com/view/gupsy-situational-desires/home" target="_blank">DOVIC Simulation House of Krebsville Google Site</a>.
</p>
</div>
<div
class="fb-like"
data-share="true"
data-width="450"
data-show-faces="true">
</div>
</body>
</html>