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.

14 lines
255 B

  1. <?php
  2. //5-19-17
  3. include 'includes/header.php';
  4. echo '<br><div class="w3-row">
  5. <div class="w3-half w3-container ">';
  6. echo '</div><div class="w3-half w3-container">';
  7. include 'user/profile.php';
  8. echo '</div></div>';
  9. include 'includes/footer.php';