moving copilot work under common folder and adding _studio_dependencies

This commit is contained in:
2025-08-20 09:30:17 -05:00
parent bc11ec76d0
commit 403c73fc83
10 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
body, html {width: 100%; height: 100%; margin: 0; padding: 0}
iframe{
position:absolute;
width:100%;
height:100%;
}

View 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>