Spaces:
Running
Running
Update index.html
Browse files- 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 |
-
</
|
|
|
|
| 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>
|