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.
 
 
 
 
 
 

24 lines
399 B

<?php
//5-16-17
$dir = 2;
include '../includes/header.php';
echo '<br><div class="w3-row">
<div class="w3-twothird w3-container ">';
include('zombiePanda.html');
echo '</div><div class="w3-third w3-container">';
//high scores
include('../includes/profile.php');
echo '</div>';
echo '</div>';
include '../includes/footer.php';
?>