lollms-webui/endpoints/news/current.html
Saifeddine ALOUI 6a75277356 upgraded news
2024-11-21 00:11:17 +01:00

34 lines
1.7 KiB
HTML

<div class="mb-6">
<div class="bg-gradient-to-r from-purple-500 to-indigo-600 p-6 rounded-lg shadow-lg">
<h3 class="text-3xl font-bold mb-4 text-white">🎉 New Feature Alert! 🎉</h3>
<div class="bg-white p-4 rounded-lg mb-4">
<h4 class="text-xl font-semibold mb-2 text-indigo-700">🎨 LoLLMs UI Theming System</h4>
<p class="text-gray-700 mb-2">Experience a more personalized and visually appealing interaction with our new theming system!</p>
</div>
<div class="bg-white p-4 rounded-lg">
<h4 class="text-xl font-semibold mb-2 text-indigo-700">🌍 VillageLife Simulator</h4>
<p class="text-gray-700 mb-2">Dive into our new world simulation app! Solve complex problems by simulating entire societies.</p>
<p class="text-gray-600 italic mb-2">Want to find the meaning of Life, the Universe, and Everything? Simulate Earth for a few million years!</p>
<div class="flex items-center">
<p class="text-sm text-gray-500">⚠️ Watch out for Vogons!</p>
</div>
</div>
</div>
</div>
<div class="mb-6">
<h3 class="text-2xl font-semibold mb-2 text-indigo-600">Latest Music Highlight</h3>
<div class="relative" style="padding-top: 56.25%;">
<iframe
class="absolute top-0 left-0 w-full h-full"
src="https://www.youtube.com/embed/avaixPtHUIc?si=kEdSoLtMMGOQd_j2&cc_load_policy=1&cc_lang_pref=en"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen>
</iframe>
</div>
</div>