wuhp commited on
Commit
5fe3093
·
verified ·
1 Parent(s): 0a374bc

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -1
index.html CHANGED
@@ -35,8 +35,10 @@
35
  }
36
  }
37
  </script>
 
38
  </head>
39
  <body class="bg-slate-950 text-slate-100 overflow-hidden">
40
  <div id="root"></div>
41
- </body>
 
42
  </html>
 
35
  }
36
  }
37
  </script>
38
+ <link rel="stylesheet" href="/index.css">
39
  </head>
40
  <body class="bg-slate-950 text-slate-100 overflow-hidden">
41
  <div id="root"></div>
42
+ <script type="module" src="/index.tsx"></script>
43
+ </body>
44
  </html>