salomonsky commited on
Commit
6452ace
·
verified ·
1 Parent(s): 9562359

Update index.html

Browse files
Files changed (1) hide show
  1. 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 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>
 
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>