-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (24 loc) · 1.11 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>unblu</title>
<script type="text/javascript" defer="defer"
src="/unblu/visitor.js?x-unblu-apikey=MZsy5sFESYqU7MawXZgR_w"></script>
<link rel='stylesheet' href='css/main.css' type='text/css'>
</head>
<body>
<img id='logo' src="images/logo.png">
<div id='container'>
<h3>unblu example code</h3>
<p>Starting an unblu session(s) using the unblu activation elements.</p>
<p>There are 4 different activation elements currently.</p>
<p>You can try all of them in the examples below</p>
<!-- Activation elements which you can use to start unblu co-browsing session -->
<a id="unblu_activation_element_start" href="#">Click to start</a><br/><br/>
<a id="unblu_activation_element_token" href="#">Click to start co-browsing</a><br/><br/>
<a id="unblu_activation_element_invitation" href="#">Click to invite someone for co-browsing</a><br/><br/>
<a id="unblu_activation_element_termination" href="#">Click to terminate the session</a><br/><br/>
</div>
</body>
</html>