Spaces:
Sleeping
Sleeping
Ken Sang Tang commited on
Create static/themes/openmanus/templates/chat.html
Browse files
static/themes/openmanus/templates/chat.html
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!-- Optional custom theme chat.html -->
|
| 2 |
+
<!-- Copy of /templates/chat.html or custom variant -->
|
| 3 |
+
<!DOCTYPE html>
|
| 4 |
+
<html>
|
| 5 |
+
<head>
|
| 6 |
+
<title>OpenManus - Themed Chat</title>
|
| 7 |
+
</head>
|
| 8 |
+
<body>
|
| 9 |
+
<h2>Welcome to the themed chat interface</h2>
|
| 10 |
+
<p>Use the default chat UI or customize this page.</p>
|
| 11 |
+
</body>
|
| 12 |
+
</html>
|