Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>Video Streaming Dashboard</title>
|
| 7 |
-
<link rel="stylesheet" href="style.css">
|
| 8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
</head>
|
| 10 |
<body>
|
|
@@ -55,6 +55,6 @@
|
|
| 55 |
</footer>
|
| 56 |
</div>
|
| 57 |
|
| 58 |
-
<script src="script.js"></script>
|
| 59 |
</body>
|
| 60 |
</html>
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>Video Streaming Dashboard</title>
|
| 7 |
+
<link rel="stylesheet" href="/style.css">
|
| 8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
</head>
|
| 10 |
<body>
|
|
|
|
| 55 |
</footer>
|
| 56 |
</div>
|
| 57 |
|
| 58 |
+
<script src="/script.js"></script>
|
| 59 |
</body>
|
| 60 |
</html>
|