| <html> | |
| <head> | |
| <title>ScriptAI</title> | |
| <link id="css" href="scriptai.css" rel="stylesheet"> | |
| </head> | |
| <body> | |
| <div id="backgroundthing"> | |
| <textarea id="output" readonly></textarea> | |
| <input id="input" autocapitalize="none" placeholder="type a message" type="text" onchange="scriptAI()"/> | |
| <button id="talkbutt" class="talking" onclick="talk()"> | |
| <img id="micbutt" style="height: 100%;" src="mic.png"/> | |
| </button> | |
| </div> | |
| <script src="scriptai.js"></script> | |
| </body> | |
| </html> |