-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintegration-dev.html
57 lines (49 loc) · 2.49 KB
/
integration-dev.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
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>COVID-19 Chatbot Integration</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="robots" content="noindex, nofollow">
<meta name="googlebot" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.0/css/bootstrap.min.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.0/js/bootstrap.min.js"></script>
<style id="compiled-css" type="text/css">
</style>
</head>
<body>
<!-- Checkout the chatbot integration code in the JavaScript section -->
<body class="bg-light">
<div class="container">
<div class="py-5 text-center">
<img class="d-block mx-auto mb-4" width="72" height="72" src="https://img.icons8.com/carbon-copy/100/000000/bot.png" />
<h2 class="text-dark">COVID-19 Chatbot</h2>
<h4 class="text-muted">Website Integration</h4>
<p class="lead mt-4">This JSFiddle demonstrates the integration of the <b>COVID-19 Chatbot</b> powered by
<a href="https://www.symptoma.com" target="_blank" title="Symptoma GmbH Website">Symptoma</a>
into a website.
</p>
<p>
The chatbot will ask questions about symptoms<br/>
leading to a risk level for the
<a href="https://en.wikipedia.org/wiki/Coronavirus_disease_2019" target="_blank">Coronavirus disease 2019 (COVID-19)</a>.
</p>
<p class="text-muted">
➽ Get the JavaScript code from<br/>
<a href="https://www.symptoma.com/covid-19" target="_blank">www.symptoma.com/covid-19</a><br/>
and insert it into a <script>-tag<br/>
of your website!
<script>
var symptoma_mode = 'CORONA';
var symptoma_integration = 'inline';
</script>
<script id="symptoma-integration" type="text/javascript" src="https://dev.symptoma.net/en/embed.js"></script>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</p>
</div>
</div>
</body>
</body>
</html>