Update modal and infos

This commit is contained in:
0d0 2025-02-14 18:23:06 +01:00
parent 7746692812
commit ce59825161
2 changed files with 5 additions and 3 deletions

View file

@ -9,8 +9,7 @@
<footer <footer
class="absolute bottom-0 mt-10 w-[100dvw] border-t-4 border-green-500 bg-black py-4 text-center text-green-500" class="absolute bottom-0 mt-10 w-[100dvw] border-t-4 border-green-500 bg-black py-4 text-center text-green-500"
> >
<a class="underline" href="https://git.pweapon.org/odo/dl.emersa.it">source code</a> - Made with Made with ❤️ by Emersa <span> ©</span>
❤️ by Emersa <span>©</span>
</footer> </footer>
<style> <style>

View file

@ -143,11 +143,14 @@
<div <div
class="w-4/5 max-w-lg rounded-lg border-4 border-green-500 bg-green-900 p-6 text-center text-green-100" class="w-4/5 max-w-lg rounded-lg border-4 border-green-500 bg-green-900 p-6 text-center text-green-100"
> >
<h2 class="mb-4 text-lg"> Retro Media Downloader Info</h2> <h2 class="mb-4 text-lg">🐙 Scaricatore 🐙</h2>
<p> <p>
This app allows you to download Spotify playlists and YouTube videos directly. Choose your This app allows you to download Spotify playlists and YouTube videos directly. Choose your
source, paste the link, and select a format to start downloading! source, paste the link, and select a format to start downloading!
</p> </p>
<span class="block mt-10">
<a class="underline" href="https://git.pweapon.org/odo/dl.emersa.it">Click here for the source code</a>
</span>
<button <button
onclick={toggleModal} onclick={toggleModal}
class="mt-6 rounded-lg border-4 border-pink-700 bg-pink-500 px-4 py-2 text-black hover:bg-pink-600" class="mt-6 rounded-lg border-4 border-pink-700 bg-pink-500 px-4 py-2 text-black hover:bg-pink-600"