Up
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user