Spaces:
Sleeping
Sleeping
Ken Sang Tang commited on
Update templates/index.html
Browse files- templates/index.html +3 -3
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 |
|
|
@@ -49,7 +49,7 @@
|
|
| 49 |
</script>
|
| 50 |
</head>
|
| 51 |
<body>
|
| 52 |
-
<h1>Welcome to
|
| 53 |
<input type="text" id="prompt" placeholder="Enter your prompt" style="width:300px;">
|
| 54 |
<button onclick="submitPrompt()">Submit</button>
|
| 55 |
<pre id="output"></pre>
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html>
|
| 3 |
<head>
|
| 4 |
+
<title>Welcome to Manus</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 Manus4</h2>
|
| 12 |
<input type="text" id="prompt" placeholder="Enter your prompt" style="width: 300px;">
|
| 13 |
<button onclick="submitPrompt()">Submit</button>
|
| 14 |
|
|
|
|
| 49 |
</script>
|
| 50 |
</head>
|
| 51 |
<body>
|
| 52 |
+
<h1>Welcome to Manus4</h1>
|
| 53 |
<input type="text" id="prompt" placeholder="Enter your prompt" style="width:300px;">
|
| 54 |
<button onclick="submitPrompt()">Submit</button>
|
| 55 |
<pre id="output"></pre>
|