Files
vintagecoding.net/index.php
T
2025-03-04 15:53:39 -07:00

6 lines
143 B
PHP

<?php
include_once('includes/components/head.php');
echo '<h1>Hello cruel world!</h1>';
include_once('includes/components/foot.php');
?>