Skip to content

Commit

Permalink
broken will fix soon
Browse files Browse the repository at this point in the history
  • Loading branch information
ixk3065 committed Apr 23, 2024
1 parent 3c06703 commit 6442952
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 419 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}
3 changes: 1 addition & 2 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
<div id="loginPage">
<h1>The WordSearch Game</h1>
<h2>Welcome Everyone</h2>
<p>Rules...</p>
<div class="wrapper">
<div id="login">
<h2>User Login</h2>
<form id="login-form">
<label for="username">Enter your name:</label>
<label for="username">Enter your name (can only be at least 2 char, letters/numbers, and no fowl language):</label>
<input type="text" id="username" name="username" required minlength="2" maxlength="12" pattern="[A-Za-z0-9_]+">
<button type="submit" id="submit">Submit</button>
</form>
Expand Down
Loading

0 comments on commit 6442952

Please sign in to comment.