Paydirt
This commit is contained in:
@@ -5,20 +5,49 @@
|
||||
<link rel="stylesheet" href="../assets/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<h2>Home</h2>
|
||||
<h3 class="user-FirstName">Welcome, %</h3>
|
||||
<a href="/search">Search Players</a>
|
||||
<br>
|
||||
<a href="/info">Personal Information</a>
|
||||
<br>
|
||||
<button id="logoutButton">Log Out</button>
|
||||
<br>
|
||||
<button id="deleteButton" style="display: none;">Delete Account</button>
|
||||
<div class="grid-container">
|
||||
<div class="header">
|
||||
<div class="header-left">
|
||||
<h2>Paydirt</h2>
|
||||
<a href="/search">Search Players</a>
|
||||
<br>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<a class="user-FirstName" href="/info">Welcome, %</a>
|
||||
<button id="logoutButton">Log Out</button>
|
||||
<button id="deleteButton" style="display: none;">Delete Account</button>
|
||||
</div>
|
||||
|
||||
<script type="module" src="variables.js"></script>
|
||||
<script type="module" src="logout.js"></script>
|
||||
<script type="module" src="delete.js"></script>
|
||||
</div>
|
||||
<div class="box nw">
|
||||
<p>Favorites</p>
|
||||
<table class="body" id="favorites">
|
||||
<thead>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="box ne">
|
||||
<p>Highest contracts</p>
|
||||
<table class="body" id="highest">
|
||||
<thead>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="box sw">
|
||||
<p>Highest paydirt score</p>
|
||||
</div>
|
||||
<div class="box se">
|
||||
<p>Highest offense score</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="module" src="variables.js"></script>
|
||||
<script type="module" src="home.js"></script>
|
||||
<script type="module" src="logout.js"></script>
|
||||
<script type="module" src="delete.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user