| <html lang="de"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Sky System</title> | |
| <link rel="stylesheet" href="styles.css"> | |
| </head> | |
| <body> | |
| <section class="hero"> | |
| <h1>AI Creator System</h1> | |
| <textarea id="input" placeholder="Beschreib dein Ziel..."></textarea> | |
| <button onclick="sendInput()">Analyse starten</button> | |
| <div id="output"></div> | |
| </section> | |
| <script type="module" src="app.js"></script> | |
| </body> | |
| </html> |