Spaces:
Running
Running
Update index.html
Browse files- index.html +20 -2
index.html
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
<html lang="en">
|
3 |
|
4 |
<head>
|
@@ -26,4 +26,22 @@
|
|
26 |
<script src="index.js" type="module"></script>
|
27 |
</body>
|
28 |
|
29 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!-- <!DOCTYPE html>
|
2 |
<html lang="en">
|
3 |
|
4 |
<head>
|
|
|
26 |
<script src="index.js" type="module"></script>
|
27 |
</body>
|
28 |
|
29 |
+
</html> -->
|
30 |
+
<!DOCTYPE html>
|
31 |
+
<html lang="en">
|
32 |
+
<head>
|
33 |
+
<meta charset="UTF-8">
|
34 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
35 |
+
<title>Dhivehi Character AI</title>
|
36 |
+
<link rel="stylesheet" href="style.css">
|
37 |
+
</head>
|
38 |
+
<body>
|
39 |
+
<div class="container">
|
40 |
+
<h1>Dhivehi Character AI</h1>
|
41 |
+
<textarea id="user-input" placeholder="Type your prompt here..."></textarea>
|
42 |
+
<button id="submit-button" onclick="generateResponse()">Send</button>
|
43 |
+
<div id="output"></div>
|
44 |
+
</div>
|
45 |
+
<script src="index.js"></script>
|
46 |
+
</body>
|
47 |
+
</html>
|