privateuserh commited on
Commit
edbbdc5
·
verified ·
1 Parent(s): d547a7b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -56,7 +56,7 @@
56
  <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
57
  <div class="md:w-1/2 mb-10 md:mb-0">
58
  <h2 class="text-4xl md:text-5xl font-bold mb-4">AI-Powered Streaming Recommendations</h2>
59
- <p class="text-xl mb-8 text-indigo-100">Get personalized streaming suggestions powered by Cloudflare Workers AI.</p>
60
  </div>
61
  <div class="md:w-1/2 flex justify-center"><div class="relative w-64 h-64 md:w-80 md:h-80"><div class="absolute inset-0 bg-indigo-500 rounded-full opacity-20 floating"></div><div class="absolute inset-4 bg-indigo-400 rounded-full opacity-30 floating" style="animation-delay: 0.5s;"></div><div class="absolute inset-8 bg-indigo-300 rounded-full opacity-40 floating" style="animation-delay: 1s;"></div><div class="absolute inset-12 bg-white rounded-full flex items-center justify-center"><i class="fas fa-robot text-6xl text-indigo-600"></i></div></div></div>
62
  </div>
@@ -133,7 +133,7 @@
133
  </section>
134
 
135
  <footer class="bg-gray-800 text-white py-12">
136
- <div class="container mx-auto px-4 text-center"><p>&copy; 2025 StreamAI. All rights reserved.</p></div>
137
  </footer>
138
 
139
  <script src="scripts/app.js" type="module"></script>
 
56
  <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
57
  <div class="md:w-1/2 mb-10 md:mb-0">
58
  <h2 class="text-4xl md:text-5xl font-bold mb-4">AI-Powered Streaming Recommendations</h2>
59
+ <p class="text-xl mb-8 text-indigo-100">Get personalized streaming suggestions.</p>
60
  </div>
61
  <div class="md:w-1/2 flex justify-center"><div class="relative w-64 h-64 md:w-80 md:h-80"><div class="absolute inset-0 bg-indigo-500 rounded-full opacity-20 floating"></div><div class="absolute inset-4 bg-indigo-400 rounded-full opacity-30 floating" style="animation-delay: 0.5s;"></div><div class="absolute inset-8 bg-indigo-300 rounded-full opacity-40 floating" style="animation-delay: 1s;"></div><div class="absolute inset-12 bg-white rounded-full flex items-center justify-center"><i class="fas fa-robot text-6xl text-indigo-600"></i></div></div></div>
62
  </div>
 
133
  </section>
134
 
135
  <footer class="bg-gray-800 text-white py-12">
136
+ <div class="container mx-auto px-4 text-center"><p>&copy; 2025 StreamAI. All rights reserved. Powered by Cloudflare Workers AI. </p></div>
137
  </footer>
138
 
139
  <script src="scripts/app.js" type="module"></script>