Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -5,10 +5,10 @@
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>CoinTube</title>
|
| 7 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
| 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="main.jsx"></script>
|
| 13 |
</body>
|
| 14 |
</html>
|
|
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>CoinTube</title>
|
| 7 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
| 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="./main.jsx"></script>
|
| 13 |
</body>
|
| 14 |
</html>
|