This commit is contained in:
Nathan Handoko Sugandi 2025-11-24 15:19:50 +07:00
commit a136705022
2 changed files with 3 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Login Page</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="login.css" />
</head>
<body>
@ -22,7 +22,6 @@
<div class="icon-wrapper">
<div class="icon-bg"></div>
<div class="icon-circle">
<img src="login-icon.png" class="login-icon" />
</div>
</div>

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Memory Game</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="mainboard.css">
</head>
<body>
@ -13,7 +13,6 @@
<!-- HEADER -->
<header class="header glass">
<div class="user-info">
<div class="user-icon">A</div>
<div>
<h2 id="username">Player</h2>
<p id="role">🎮 Player</p>
@ -28,7 +27,7 @@
<!-- TITLE -->
<div class="title">
<h1>🎮 Memory Card Game</h1>
<h1>🎮 Memory Flip Card Game</h1>
<p>Pilih tingkat kesulitan untuk memulai permainan</p>
</div>