File size: 1,936 Bytes
54ccf6d
 
 
e69938e
 
 
54ccf6d
8280170
54ccf6d
8280170
 
 
 
 
 
54ccf6d
 
4a30198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
246ed93
 
 
 
 
 
 
 
4a30198
20989be
54ccf6d
 
 
57d4c17
54ccf6d
 
4a30198
 
 
 
 
 
e69938e
90a536b
54ccf6d
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
49
50
51
52
53
54
55
56
57
58
59
60
<!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>