CxWebApp/static/index.html
CxAI Agent ef01b5809b
Some checks are pending
build-and-push / image (push) Waiting to run
Add CSS styles for sidebar and UI components; include WebAssembly core module
- Introduced a new CSS file for sidebar and UI component styles, defining variables for colors, fonts, and layout.
- Added responsive design adjustments for smaller screens.
- Included a new WebAssembly module for core functionality, enhancing performance and capabilities.
2026-05-18 09:13:12 -05:00

14 lines
439 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CxWebApp</title>
<script type="module" crossorigin src="/static/assets/webapp-1e2_m1ss.js"></script>
<link rel="stylesheet" crossorigin href="/static/assets/webapp-BR2Xd3e4.css">
</head>
<body>
<div id="cxllm-root" data-cx-target="webapp"></div>
</body>
</html>