Skip to content

Commit

Permalink
add language
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerimbery committed Aug 8, 2023
1 parent c304769 commit caa1cf2
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
Binary file added docs/d365-ger/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions docs/d365-ger/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>demo page</title>
<link rel="icon" href="/favicon.ico">

</head>
<body>
<style>
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
background: black url(d365/background.jpg) center center no-repeat;;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
<script>
function lcw() {
return {
styleProps:{
generalStyles: {
width: "600px",
height: "600px",
borderRadius: "5px 5px 5px 5px",
//backgroundColor: "#202020",
// borderColor: "#000",
// borderStyle: "solid",
// borderWidth: "2px",
// boxShadow: "0 0 0px rgb(102 102 102 / 50%)",
margin: "3px 3px 3px 3px",
cursor: "pointer",
}
}
//headerProps: {
// controlProps: {
// hideMinimizeButton: false
// }
//}
}
}
</script>

<script v2 id="Microsoft_Omnichannel_LCWidget" src="https://oc-cdn-ocprod.azureedge.net/livechatwidget/scripts/LiveChatBootstrapper.js" data-app-id="dd132f86-0cba-4d1c-99b8-2051011619ac" data-lcw-version="prod" data-org-id="18b79d73-9d35-ee11-8473-002248085908" data-org-url="https://unq18b79d739d35ee118473002248085-crm.omnichannelengagementhub.com"></script>
</body>
</html>
</body>
</html>

0 comments on commit caa1cf2

Please sign in to comment.