diff --git a/about.php b/about.php new file mode 100644 index 0000000..fa8b073 --- /dev/null +++ b/about.php @@ -0,0 +1,21 @@ +
+
'; + //add stuff + + + echo '
'; + include 'user/profile.php'; + + echo '
'; + echo '
'; + + + include 'includes/footer.php'; + +?> \ No newline at end of file diff --git a/games/highscore.php b/games/highscore.php index f1ba85b..8c577a3 100644 --- a/games/highscore.php +++ b/games/highscore.php @@ -12,6 +12,8 @@ User Name Score '; + + $rank = 0; while($row = mysqli_fetch_array($r)) { diff --git a/index.php b/index.php index 1d3557c..82de540 100644 --- a/index.php +++ b/index.php @@ -42,7 +42,10 @@ echo ''; echo '
'; - //include('games/bamboofield.html'); + echo ' + '; echo '
'; include 'includes/footer.php';