privateuserh commited on
Commit
7e0de30
·
verified ·
1 Parent(s): d80f8ab

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- <style>
10
- /* ... All your CSS styles remain here ... */
11
- </style>
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