Skip to content

Commit

Permalink
fix: no idea
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej-Marsic committed Sep 29, 2024
1 parent 1de329a commit eede8d6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Faker Game</title>
<title>Fake Artist Companion</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>

<body class="bg-gray-900 text-white flex flex-col justify-center items-center min-h-screen">
<h1 class="text-4xl font-bold mb-8 text-center">Faker Game</h1>
<h1 class="text-4xl font-bold mb-8 text-center">Fake Artist Companion</h1>

<!-- Main Screen: Create New Game Button -->
<div id="initial-screen" class="text-center">
Expand All @@ -30,9 +30,8 @@ <h1 class="text-4xl font-bold mb-8 text-center">Faker Game</h1>

<div>
<label for="players" class="block text-lg font-medium mb-2">Number of players:</label>
<input type="number" id="players" min="2" max="100"
class="px-4 py-2 rounded-lg bg-gray-800 text-white border border-gray-700 focus:outline-none focus:ring-2 focus:ring-indigo-500"
placeholder="Enter number of players" />
<input type="number" id="players" min="3" max="100"
class="px-4 py-2 rounded-lg bg-gray-800 text-white border border-gray-700 focus:outline-none focus:ring-2 focus:ring-indigo-500" />
</div>

<button onclick="startGame()"
Expand Down

0 comments on commit eede8d6

Please sign in to comment.