-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.61 KB
/
index.html
File metadata and controls
42 lines (42 loc) · 1.61 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>DiALSWS</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Dialogical Access to Lightweight Semantic Web Services">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<!--<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
<link rel="stylesheet" href="custom.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'DiALSWS',
repo: 'https://github.com/semantifyit/sdo-webapi',
coverpage: true,
formatUpdated: '{DD}/{MM}/{YYYY}',
relativePath: 'true',
search:
{
depth: 3,
noData: 'No results...',
placeholder: 'Search...'
}
}
</script>
<script src="https://www.gstatic.com/dialogflow-console/fast/messenger/bootstrap.js?v=1"></script>
<df-messenger
intent="WELCOME"
chat-title="Tourism-Bot"
agent-id="93626a52-56c1-45d3-998c-0f2f78e091f5"
language-code="en"
></df-messenger>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1.20.0/components/prism-turtle.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1.20.0/components/prism-json.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>
</body>
</html>