Initial dev export (exclude uploads/runtime)

This commit is contained in:
AudioCore Bot
2026-03-04 20:46:11 +00:00
commit b2afadd539
120 changed files with 20410 additions and 0 deletions

14
views/site/home.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
$pageTitle = 'AudioCore V1.5';
ob_start();
?>
<section class="card">
<div class="badge">Foundation</div>
<h1 style="margin-top:16px; font-size:32px;">AudioCore V1.5</h1>
<p style="color:var(--muted); font-size:16px; max-width:680px;">
New core scaffold. Modules will live under /modules and admin will manage navigation.
</p>
</section>
<?php
$content = ob_get_clean();
require __DIR__ . '/layout.php';