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