You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
33 lines
1.3 KiB
33 lines
1.3 KiB
<!-- © 2023 Entreprise SpaceTarders --> |
|
<!DOCTYPE html> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<meta http-equiv="X-UA-Compatible" content="ie=edge"> |
|
<link rel="stylesheet" href="/css/style.css"> |
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script> |
|
<script type="module" src="js/main.js" defer></script> |
|
</head> |
|
<body> |
|
<div class="deploy-bar"> |
|
<button class="btn-deploy">Leaderboard</button> |
|
<div class="container"> |
|
<div class="head-board"> |
|
<p class="num">rank</p> |
|
<p class="symbol">name</p> |
|
<p class="credits">credits</p> |
|
<p class="headquarters">headquarters</p> |
|
<p class="faction">faction</p> |
|
<p class="ships">ships</p> |
|
</div> |
|
<div class="leaderboard"></div> |
|
<div> |
|
<!--- leaderboard content --> |
|
</div> |
|
<div class="btn-cont"> |
|
<button class="btn-cred">Sort by credits</button> |
|
<button class="btn-ship">Sort by ships</button> |
|
</div> |
|
</div> |
|
</div> |
|
</body> |