-
Notifications
You must be signed in to change notification settings - Fork 3
/
test.html
27 lines (24 loc) · 1.11 KB
/
test.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link type="text/css" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link type="text/css" rel="stylesheet" href="index.css" />
<!-- Users would paste these two lines in -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="https://blocklychatbot.herokuapp.com/widget.js"></script>
</head>
<body>
<div class="header">
<nav class="navbar navbar-light bg-light">
<a class="navbar-brand font-weight-bold">Blockly Chatbot Test Page</a>
</nav>
</div>
<div class="content">
<!-- Users would paste this line in. The data is their unique user id-->
<div id="BlocklyChatbot" data="EgC6CRmoGqMkVfmYiU197Qt22223"></div>
</div>
</body>
</html>