Chad
90d85db7d3
* Change Videos page to Media. * Add page for My Health Ptorocol. * Add placeholder with basic layout for future lists page. * Little more work on the book links. * Be consistent with sentences. * Add a link to the GitHub project. * Change filename, add TBD's. * Add a note about the new eBook.
9 lines
120 B
PHP
Executable File
9 lines
120 B
PHP
Executable File
#!/usr/bin/php
|
|
<!--
|
|
Old page for my video links.
|
|
Deprecated 2024-03-06 for /media.
|
|
-->
|
|
<?php
|
|
include "media.php";
|
|
?>
|