diamond-in commited on
Commit
b793069
·
verified ·
1 Parent(s): da9fb96

Update frontend/index.html

Browse files
Files changed (1) hide show
  1. frontend/index.html +2 -2
frontend/index.html CHANGED
@@ -6,9 +6,9 @@
6
  <title>Polymorphic Agent</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  </head>
9
- <body class="bg-zinc-950">
10
  <div id="root"></div>
11
- <!-- Note the dot before /src -->
12
  <script type="module" src="./src/main.tsx"></script>
13
  </body>
14
  </html>
 
6
  <title>Polymorphic Agent</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  </head>
9
+ <body>
10
  <div id="root"></div>
11
+ <!-- Use ./src instead of /src -->
12
  <script type="module" src="./src/main.tsx"></script>
13
  </body>
14
  </html>