<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Dhivehi Character AI</title> <link rel="stylesheet" href="style.css"> </head> <body> <div class="container"> <h1>Dhivehi Character AI</h1> <textarea id="user-input" placeholder="Type your prompt here..."></textarea> <button id="submit-button">Send</button> <p id="status"></p> <div id="output"></div> </div> <script src="index.js" type="module"></script> </body> </html>