theo-agent-dashboard

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

index.html (416B)


      1 <!doctype html>
      2 <html lang="en" class="dark">
      3   <head>
      4     <meta charset="UTF-8" />
      5     <link rel="icon" type="image/svg+xml" href="/vite.svg" />
      6     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      7     <title>Theo Agent Dashboard</title>
      8   </head>
      9   <body class="bg-gray-950 text-gray-100">
     10     <div id="root"></div>
     11     <script type="module" src="/src/main.tsx"></script>
     12   </body>
     13 </html>