Adding copilotUX example
This commit is contained in:
6
copilot-extension/src/pages/panel/panel.css
Normal file
6
copilot-extension/src/pages/panel/panel.css
Normal file
@@ -0,0 +1,6 @@
|
||||
body, html {width: 100%; height: 100%; margin: 0; padding: 0}
|
||||
iframe{
|
||||
position:absolute;
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
17
copilot-extension/src/pages/side-panel/index.html
Normal file
17
copilot-extension/src/pages/side-panel/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<script src="/src/pages/panel/index.js"></script>
|
||||
<link rel="stylesheet" href="/src/pages/panel/panel.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<iframe src="https://copilot.usw2.integration.platform.verint.com/"></iframe>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user