Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -3
index.html
CHANGED
|
@@ -4,11 +4,10 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>CoinTube</title>
|
| 7 |
-
<link
|
| 8 |
-
<link rel="stylesheet" href="./index.css">
|
| 9 |
</head>
|
| 10 |
<body class="bg-gray-900 text-white h-full">
|
| 11 |
<div id="root" class="h-full w-full"></div>
|
| 12 |
-
<script type="module" src="
|
| 13 |
</body>
|
| 14 |
</html>
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>CoinTube</title>
|
| 7 |
+
<link rel="stylesheet" href="/index.css">
|
|
|
|
| 8 |
</head>
|
| 9 |
<body class="bg-gray-900 text-white h-full">
|
| 10 |
<div id="root" class="h-full w-full"></div>
|
| 11 |
+
<script type="module" src="/main.jsx"></script>
|
| 12 |
</body>
|
| 13 |
</html>
|