-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathashah_mobile01.html
More file actions
executable file
·49 lines (43 loc) · 1.91 KB
/
ashah_mobile01.html
File metadata and controls
executable file
·49 lines (43 loc) · 1.91 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
43
44
45
46
47
48
49
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
</head>
<body>
<p align="center"><font color ="red">PAGE ONE</font></p>
<p align="center"><font color = "red"><a href="igor204bl1_p2.html">Link to PAGE TWO</font></p></a>
<div id="button_goes_here">
</div>
<script src="https://service.force.com/lightning/lightning.out.js"></script>
<script src="https://service.force.com/embeddedservice/204.0/esw.js"></script>
<script>
var initESW = function(gslbBaseUrl) {
embedded_svc.settings.avatarImgURL = '../avatar.png';
embedded_svc.settings.prechatBackgroundImgURL = '../Prechat_image.png';
embedded_svc.settings.waitingStateBackgroundImgURL = '../waitingStateImage.png';
embedded_svc.settings.smallCompanyLogoImgURL = '../smallCompanyLogoImg.png';
embedded_svc.init('https://mobile1.t.salesforce.com', 'https://d.la-blitz01.soma.salesforce.com/chat', 'https://c.la-blitz01.soma.salesforce.com/content', ' https://fitbit-1475b6fa058-1550a73a5-15550bac0ad.blitz01.soma.force.com/igorKoa',
'572D00000004CVj', '00DD00000008Ftp', '573D00000004Ccp', '204.0', gslbBaseUrl);
}
if (!window.embedded_svc) {
var s = document.createElement('script');
s.setAttribute('src', 'https://na1-blitz01.soma.salesforce.com/embeddedservice/204.0/esw.js');
s.onload=function(){ initESW(null) };
document.body.appendChild(s);
} else {
initESW('https://service.force.com');
}
</script>
</body>
</html>
<style>
body {
background: url("https://esw1234.github.io/Spotify-large.png") no-repeat;
}
#button_goes_here{
width: 100%;
height: 100%;
margin: 0 auto;
position: relative;
}
</style>