Simple website with some JavaScript games.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
255 B

<?php
//5-19-17
include 'includes/header.php';
echo '<br><div class="w3-row">
<div class="w3-half w3-container ">';
echo '</div><div class="w3-half w3-container">';
include 'user/profile.php';
echo '</div></div>';
include 'includes/footer.php';