added coming soon page

This commit is contained in:
2025-12-15 09:28:09 -08:00
parent 7bf3dc6610
commit a32956b4a2
6 changed files with 200 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,16 +1,4 @@
<?php
/**
* Novaconium Framework Entry Point
*
* This is the main entry point for the Novaconium framework.
* It sets up the environment, loads necessary components,
* and runs the application.
*
* @package Novaconium
* @author Nick Yeoman <dev@4lt.ca>
*/
// Enable error reporting for development environments
// error_reporting(E_ALL);
// ini_set('display_errors', 1);