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.
 
 
 
 
 
 

18 lines
347 B

<?php
//5-16-17
//ini_set('display_errors', 1);
include 'includes/header.php';
echo '<br><div class="w3-row">
<div class="w3-half w3-container ">';
include('games/bamboofield.html');
echo '</div><div class="w3-half w3-container">';
include('games/zombiePanda.html');
echo '</div></div>';
include 'includes/footer.php';