Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -3
index.html
CHANGED
@@ -4,11 +4,13 @@
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>StreamAI - Personalized Streaming Recommendations</title>
|
|
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
|
|
8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
</head>
|
13 |
<body class="bg-gray-100 font-sans">
|
14 |
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>StreamAI - Personalized Streaming Recommendations</title>
|
7 |
+
|
8 |
<script src="https://cdn.tailwindcss.com"></script>
|
9 |
+
|
10 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
11 |
+
|
12 |
+
<link rel="stylesheet" href="styles/main.css">
|
13 |
+
|
14 |
</head>
|
15 |
<body class="bg-gray-100 font-sans">
|
16 |
|