This commit is contained in:
2025-03-05 09:38:25 -07:00
parent b453739630
commit 8d244e586d
5 changed files with 38 additions and 8 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
<?php
include_once('includes/components/head.php');
echo '<h1>Hello cruel world!</h1>';
include_once('includes/components/foot.php');
?>
include_once ('includes/components/head.php');
include_once ('includes/sql.php');
get_article_cards();
include_once ('includes/components/foot.php');