Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<meta charset="UTF-8">
|
4 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
5 |
<title>Lofi Radio Player</title>
|
6 |
-
<link rel="stylesheet" href="
|
7 |
</head>
|
8 |
<body>
|
9 |
<div class="player-container">
|
@@ -29,6 +29,6 @@
|
|
29 |
</div>
|
30 |
</div>
|
31 |
|
32 |
-
<script type="module" src="
|
33 |
</body>
|
34 |
</html>
|
|
|
3 |
<meta charset="UTF-8">
|
4 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
5 |
<title>Lofi Radio Player</title>
|
6 |
+
<link rel="stylesheet" href="styles.css">
|
7 |
</head>
|
8 |
<body>
|
9 |
<div class="player-container">
|
|
|
29 |
</div>
|
30 |
</div>
|
31 |
|
32 |
+
<script type="module" src="main.js"></script>
|
33 |
</body>
|
34 |
</html>
|