This commit is contained in:
RochesterX
2025-11-29 19:07:29 -05:00
parent 29508ae9f8
commit b00f9e53f1
2 changed files with 3 additions and 4 deletions

View File

@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title class="attribute-PlayerName">[Player name]</title>
<title class="attribute-PlayerName">Loading...</title>
<link rel="stylesheet" href="../assets/css/style.css">
<link rel="stylesheet" href="../public/assets/css/style.css">
</head>
<body>
<div class="center">
<form>
<h2 class="attribute-PlayerName">[Player Name]</h2>
<h2 class="attribute-PlayerName">Loading...</h2>
<hr>
<div class="info-container">

View File

@@ -45,6 +45,7 @@
<button style="display: none;" type="submit">Search</button>
<a href="/home">Return Home</a>
</form>
<div class="player-box">
@@ -57,9 +58,7 @@
<p id="nomatch" style="display: none;">No matches found.</p>
<br>
<a href="/home">Return Home</a>
</div>
<script type="module" src="search.js"></script>