Ken Sang Tang commited on
Commit
6cdefe9
·
verified ·
1 Parent(s): 1ef3f54

Create templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +10 -0
templates/index.html ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>OpenManus2</title>
5
+ </head>
6
+ <body>
7
+ <h1>Welcome to OpenManus2</h1>
8
+ <p><a href="/chat?theme=openmanus">Start Chat</a></p>
9
+ </body>
10
+ </html>