✨feature: Mock up front end interface
This commit is contained in:
16
public/app.php
Normal file
16
public/app.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Entry point for frontend PHP
|
||||
* This file can be used to bootstrap the PHP frontend logic
|
||||
*
|
||||
* PHP version: PHP 8.3+
|
||||
*
|
||||
* @category Frontend
|
||||
* @package AI_Fantasy_NFL
|
||||
* @author Keith Solomon <keith@keithsolomon.net>
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @version GIT: $Id$
|
||||
* @link https://github.com/your-repo/AI_Fantasy_NFL
|
||||
*/
|
||||
|
||||
echo '<!-- AI Fantasy NFL PHP frontend loaded -->';
|
||||
Reference in New Issue
Block a user