sync
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user