Add an apps alias for the homepage.

This commit is contained in:
2025-05-17 10:57:07 -07:00
parent fc129124b8
commit 00660cef98
2 changed files with 8 additions and 1 deletions

7
pages/apps.php Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/php
<!--
Synonym for home page.
-->
<?php
include "home.php";
?>