11 lines
391 B
PHP
Executable File
11 lines
391 B
PHP
Executable File
<?php include("../heading.php") ?>
|
|
<h1>My software</h1>
|
|
<br>
|
|
<ul>
|
|
<li><a href="/apps/tytd/">TYTD</a> Use this to download YouTube videos</li>
|
|
<li><a href="/apps/timelapsenow/">Timelapse Now</a> Record in steps</li>
|
|
|
|
<p>If you like my programs, would you consider <a href="https://www.buymeacoffee.com/tesses50">buying</a> me a coffee</p>
|
|
</ul>
|
|
<?php include("../footer.php") ?>
|