8
src/public/index.php
Normal file
8
src/public/index.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
include '../start.php';
|
||||
|
||||
page_head('Welcome');
|
||||
?>
|
||||
<p>Startup worked</p>
|
||||
<?php
|
||||
page_foot();
|
||||
Reference in New Issue
Block a user