Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,14 @@ <h3 class="mb-2 text-2xl font-semibold">Video Downloader</h3>
<footer class="border-t border-slate-800 bg-black py-16">
<div class="mx-auto max-w-7xl px-6 text-center">
<p class="text-slate-400">Made with ❤️ for the .NET community</p>
<div class="mt-6 flex justify-center gap-8 text-2xl">
<div class="mt-6 flex justify-center gap-8 text-4xl">
<a href="https://github.com/manusoft/Ytdlp.NET" class="transition hover:text-white"><i class="fa-brands fa-github"></i></a>
<a href="https://www.nuget.org/packages/Ytdlp.NET" class="transition hover:text-white"><i class="fa-brands fa-nuget"></i></a>
<a href="https://www.nuget.org/packages/Ytdlp.NET" class="transition hover:text-white">
<svg class="transition hover:text-white" width="38px" height="38px" viewBox="-7.6 -7.6 91.20 91.20" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full" enable-background="new 0 0 76.00 76.00" xml:space="preserve" fill="#ffffff"><g id="SVGRepo_bgCarrier" stroke-width="0"><rect x="-7.6" y="-7.6" width="91.20" height="91.20" rx="45.6" fill="#f6f4f4" strokewidth="0"></rect></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path fill="#000000" fill-opacity="1" stroke-linejoin="round" d="M 21.5,18C 23.433,18 25,19.567 25,21.5C 25,23.433 23.433,25 21.5,25C 19.567,25 18,23.433 18,21.5C 18,19.567 19.567,18 21.5,18 Z M 46.9998,57.0001L 34.9999,57.0001C 29.4771,57.0001 24.9999,52.523 24.9999,47.0001L 24.9999,35.0001C 24.9999,29.4773 29.4771,25.0001 34.9999,25.0001L 46.9998,25.0001C 52.5227,25.0001 56.9998,29.4773 56.9998,35.0001L 56.9998,47.0001C 56.9998,52.523 52.5227,57.0001 46.9998,57.0001 Z M 46.5,39C 42.3578,39 39,42.3579 39,46.5C 39,50.6421 42.3579,54 46.5,54C 50.6421,54 54,50.6421 54,46.5C 54,42.3579 50.6421,39 46.5,39 Z M 33.5,29C 31.0147,29 29,31.0148 29,33.5C 29,35.9853 31.0147,38 33.5,38C 35.9853,38 38,35.9853 38,33.5C 38,31.0148 35.9853,29 33.5,29 Z "></path> </g></svg>
</a>
</div>
<p class="mt-10 text-xs text-slate-500">© 2026 ManuHub • Ytdlp.NET</p>
<p class="mt-5 text-xs text-slate-500">© 2026 ManuHub • Ytdlp.NET</p>

</div>
</footer>

Expand Down
Loading