diamond-in commited on
Commit
4ca176b
·
verified ·
1 Parent(s): 9f12f4b

Update frontend/index.html

Browse files
Files changed (1) hide show
  1. frontend/index.html +3 -2
frontend/index.html CHANGED
@@ -6,8 +6,9 @@
6
  <title>Polymorphic Agent</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  </head>
9
- <body>
10
  <div id="root"></div>
11
- <script type="module" src="/src/main.tsx"></script>
 
12
  </body>
13
  </html>
 
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>