ready to test new layout

This commit is contained in:
2025-12-14 03:45:07 -08:00
parent 6f410b5d0e
commit 934e134941
8 changed files with 57 additions and 6 deletions

View File

@@ -1,2 +1,7 @@
<?php
$data = array_merge($data, [
'title' => 'Welcome to Novaconium Index Page',
'pageclass' => 'novaconium'
]);
view('index');