Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
<html lang="en">

<head>
<!--Defining meta tags inside head tag-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!--Title of the webpage-->
<title>SAP Ariba Web Page</title>
</head>

<body>
<!--Main content of the webpage-->
<h1>Chatbot Example</h1>
</body>

<!--js links here-->
<script
src="https://cdn.cai.tools.sap/webchat/webchat.js"
channelId="b48294a3-a463-484c-8a14-d6e754ab38f5"
Expand Down