Skip to content

Commit c629929

Browse files
authored
Update index.html
1 parent 91b70d3 commit c629929

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="theme-color" content="#ffffff">
77
<title>Fun Games App</title>
8-
<link rel="stylesheet" href="style.css">
8+
<link rel="stylesheet" href="styles.css">
99
<link rel="manifest" href="manifest.json">
10-
1110
</head>
1211
<body>
1312
<div class="container fade-in">
@@ -26,6 +25,15 @@ <h2 class="fade-in">Dashboard</h2>
2625
<div id="nisha-quote" class="hidden quote"></div>
2726
<button id="games-btn" class="btn game-btn">Play Games</button>
2827
<button id="leaderboard-btn" class="btn game-btn">View Leaderboard</button>
28+
<button id="secrets-btn" class="btn game-btn">Secret's</button>
29+
</section>
30+
31+
<section id="password-section" class="hidden">
32+
<h2 class="fade-in">Enter Password for Secret's</h2>
33+
<input type="password" id="password-input" placeholder="Enter password..." class="input-field">
34+
<button id="submit-password" class="btn">Submit</button>
35+
<p id="password-error" class="error hidden">Wrong</p>
36+
<button class="btn back-btn">Back to Dashboard</button>
2937
</section>
3038

3139
<section id="games-section" class="hidden">
@@ -86,4 +94,4 @@ <h2 class="fade-in">Leaderboard</h2>
8694

8795
<script src="script.js"></script>
8896
</body>
89-
</html>
97+
</html>

0 commit comments

Comments
 (0)