2023-10-27 15:09:48 -05:00

21 lines
571 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<%- baseHref %>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Engagement Orchestration Services</title>
<script>
function resizeIframe(obj) {
obj.style.height =
obj.contentWindow.document.documentElement.scrollHeight + "px";
}
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>