Player search

This commit is contained in:
RochesterX
2025-11-17 18:56:31 -05:00
parent 9fd3a76546
commit 310bbc9679
10 changed files with 137 additions and 51 deletions

View File

@@ -7,20 +7,16 @@
<body>
<div class="center">
<h2>Home</h2>
<a href="search.html">Search Users</a>
<a href="search.html">Search Players</a>
<br>
<a href="info.html">Personal Information</a>
<br>
<a class="visibilityRestriction" data-role="professor" href="sections.html">Manage My Sections</a>
<br>
<button id="logoutButton">Log Out</button>
<br>
<button id="deleteButton">Delete Account</button>
<button id="deleteButton" style="display: none;">Delete Account</button>
<script type="module" src="logout.js"></script>
<script type="module" src="delete.js"></script>
<script type="module" src="visibility.js"></script>
</div>
</body>
</html>