Styleeees

This commit is contained in:
RochesterX
2025-11-29 19:02:01 -05:00
parent ab95ba82ac
commit 29508ae9f8
7 changed files with 204 additions and 84 deletions

View File

@@ -7,8 +7,9 @@
</head>
<body>
<div class="center">
<h2>Search Players</h2>
<form id="searchForm">
<h2>Search Players</h2>
<hr>
<select id="category" style="display: none;">
<option value="Id">ID</option>
<option value="Username">Username</option>
@@ -46,10 +47,13 @@
<button style="display: none;" type="submit">Search</button>
</form>
<table id="table">
<thead id="header"></thead>
<tbody id="results"></tbody>
</table>
<div class="player-box">
<table id="table">
<thead id="header"></thead>
<tbody id="results"></tbody>
</table>
</div>
<p id="nomatch" style="display: none;">No matches found.</p>