-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.02 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
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="icon" href="page_icon.jpg" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<img src="small_company_logo.jpg" alt="Logo" class="center">
<script type="text/javascript" charset="utf-8">
(function (g, e, n, es, ys) {
g['_genesysJs'] = e;
g[e] = g[e] || function () {
(g[e].q = g[e].q || []).push(arguments)
};
g[e].t = 1 * new Date();
g[e].c = es;
ys = document.createElement('script'); ys.async = 1; ys.src = n; ys.charset = 'utf-8'; document.head.appendChild(ys);
})(window, 'Genesys', 'https://apps.mypurecloud.de/genesys-bootstrap/genesys.min.js', {
environment: 'prod-euc1',
deploymentId: '3ed73ab2-3643-4521-8898-cd6038de1e18'
});
</script>
<style type="text/css">
body { background: #FFFADC; }
* { font-family:'Montserrat','Arial',sans-serif; }
h1 { color:#180F5D; text-align:left; }
</style>
</head>
<body>
<br></br>
<br></br>
<div id="genesys-support-center"></div>
</body>
</html>