diff --git a/game.html b/game.html index 5bf11d7..ae6a400 100644 --- a/game.html +++ b/game.html @@ -26,7 +26,10 @@

YOU DIED

Score: 0

- + + + +
diff --git a/home.html b/home.html index 868c341..35629ef 100644 --- a/home.html +++ b/home.html @@ -41,6 +41,7 @@
Leaderboard
Logout
+ diff --git a/index.php b/index.php index 9d9c904..a08298d 100644 --- a/index.php +++ b/index.php @@ -8,18 +8,65 @@ if(!isset($_SESSION['users'])) { - - - - Halaman ke-1 - - -

Halaman ke-1

- Home - Logout -
+ + + + + + + Halaman ke-1 + + +

EAT THAT APPLE

+ +
+ +

Selamat datang,

+
+ + +
+ +
Play Game
+
+ +
Leaderboard
+
+ +
Logout
+
+ +
+ \ No newline at end of file diff --git a/login.php b/login.php index f7597f2..a65bf50 100644 --- a/login.php +++ b/login.php @@ -12,7 +12,7 @@ if(isset($_POST['username'])) { $data = mysqli_fetch_array($query); $_SESSION['users'] = $data; $_SESSION['username'] = $data = ['username']; - echo ''; + echo ''; } else { echo ''; } @@ -37,12 +37,12 @@ if(isset($_POST['username'])) { - Username - + + - Password - + +