12 lines
425 B
PHP
Executable File
12 lines
425 B
PHP
Executable File
<?php include("../../heading.php") ?>
|
|
<h1>Tesses YouTube Downloader</h1>
|
|
<br>
|
|
<span>Select one based on year</span>
|
|
<br>
|
|
<ul>
|
|
<li><a href="/apps/tytd/2019/">2019-2020</a> (for Nintendo Wii)</li>
|
|
<li><a href="https://tesses.cf/apps/tytd/">2021</a> uses .NET Framework 4.7/Mono</li>
|
|
<li><a href="/apps/tytd/2022/">2022</a> uses .NET Framework 4.8/Mono/NetStandard2.0</li>
|
|
</ul>
|
|
|
|
<?php include("../../footer.php") ?>
|