feed-reader-central/src/public/index.php

9 lines
97 B
PHP
Raw Normal View History

<?php
include '../start.php';
page_head('Welcome');
?>
<p>Startup worked</p>
<?php
page_foot();