Some checks are pending
build-and-push / image (push) Waiting to run
- 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.
14 lines
439 B
HTML
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>
|