Spaces:
Sleeping
Sleeping
Ken Sang Tang commited on
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html>
|
| 3 |
<head>
|
| 4 |
-
<title>Welcome to
|
| 5 |
<style>
|
| 6 |
body { font-family: sans-serif; padding: 2rem; }
|
| 7 |
#output { white-space: pre-wrap; background: #f8f8f8; border: 1px solid #ccc; padding: 1rem; margin-top: 1rem; }
|
| 8 |
</style>
|
| 9 |
</head>
|
| 10 |
<body>
|
| 11 |
-
<h2>Welcome to
|
| 12 |
<input type="text" id="prompt" placeholder="Enter your prompt" style="width: 300px;">
|
| 13 |
<button onclick="submitPrompt()">Submit</button>
|
| 14 |
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html>
|
| 3 |
<head>
|
| 4 |
+
<title>Welcome to Manus4</title>
|
| 5 |
<style>
|
| 6 |
body { font-family: sans-serif; padding: 2rem; }
|
| 7 |
#output { white-space: pre-wrap; background: #f8f8f8; border: 1px solid #ccc; padding: 1rem; margin-top: 1rem; }
|
| 8 |
</style>
|
| 9 |
</head>
|
| 10 |
<body>
|
| 11 |
+
<h2>Welcome to Manus3</h2>
|
| 12 |
<input type="text" id="prompt" placeholder="Enter your prompt" style="width: 300px;">
|
| 13 |
<button onclick="submitPrompt()">Submit</button>
|
| 14 |
|