Compare commits
No commits in common. "a4510dccb14bf78be2a6f865ed92a7896b4e5029" and "0a3103197e468a8486f53a57bdbc813ca3e576b3" have entirely different histories.
a4510dccb1
...
0a3103197e
@ -137,28 +137,25 @@ thead {
|
|||||||
<div class="filter-container">
|
<div class="filter-container">
|
||||||
<span>Filter:</span>
|
<span>Filter:</span>
|
||||||
<button class="filter-btn active">Semua</button>
|
<button class="filter-btn active">Semua</button>
|
||||||
<button class="filter-btn easy">Easy</button>
|
<button class="filter-btn">Easy</button>
|
||||||
<button class="filter-btn medium">Medium</button>
|
<button class="filter-btn">Medium</button>
|
||||||
<button class="filter-btn hard">Hard</button>
|
<button class="filter-btn">Hard</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="cards">
|
<div class="cards">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
🎮
|
🎮
|
||||||
<p><div class="count"><span>Total Game Dimainkan</span></p>
|
<p>Total Game Dimainkan</p>
|
||||||
<span id="game-count">0</span></div></p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
👑
|
👑
|
||||||
<p><div class="count"><span>Top Player</span></p>
|
<p>Top Player</p>
|
||||||
<span id="player-rank">0</span></div></p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
⭐
|
⭐
|
||||||
<p><div class="count"><span>Skor Tertinggi</span></p>
|
<p>Highest Score</p>
|
||||||
<span id="baseScoreEnd">0</span></div></p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
12
koneksi.php
12
koneksi.php
@ -1,12 +0,0 @@
|
|||||||
<?php
|
|
||||||
$host = "localhost";
|
|
||||||
$user = "root"; // username DB
|
|
||||||
$pass = ""; // password DB
|
|
||||||
$db = "nama_database"; // ganti dengan nama database kamu
|
|
||||||
|
|
||||||
$conn = mysqli_connect($host, $user, $pass, $db);
|
|
||||||
|
|
||||||
if (!$conn) {
|
|
||||||
die("Koneksi gagal: " . mysqli_connect_error());
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
@ -5,8 +5,8 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Login</title>
|
<title>Login</title>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
background: linear-gradient(135deg, #d9a7ff, #fbc2eb, #a1c4fd);
|
background: linear-gradient(135deg, #d9a7ff, #fbc2eb, #a1c4fd);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user