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> <!DOCTYPE html>
<html> <html>
<head> <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="../assets/css/style.css">
<link rel="stylesheet" href="../public/assets/css/style.css"> <link rel="stylesheet" href="../public/assets/css/style.css">
</head> </head>
<body> <body>
<div class="center"> <div class="center">
<form> <form>
<h2 class="attribute-PlayerName">[Player Name]</h2> <h2 class="attribute-PlayerName">Loading...</h2>
<hr> <hr>
<div class="info-container"> <div class="info-container">

View File

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