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.
49 lines
1.5 KiB
49 lines
1.5 KiB
<!--Copyright © 2023 Entreprise SpaceTarders --> |
|
|
|
<!DOCTYPE html> |
|
<html lang="fr" class="html-index"> |
|
|
|
<head> |
|
<meta charset="UTF-8" /> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
<link rel="preconnect" href="https://fonts.googleapis.com" /> |
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap" rel="stylesheet" /> |
|
<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="scripts/main.js" defer></script> |
|
<link rel="stylesheet" href="/css/global.css" /> |
|
<link rel="icon" href="img/logo.png" /> |
|
<title>SpaceTraders</title> |
|
</head> |
|
|
|
<body> |
|
<header id="header"> |
|
<div class="menu"> |
|
<div class="title-section"> |
|
<img src="img/logo.png" alt="Logo AppleTech.svg" /> |
|
<p>SpaceTraders</p> |
|
</div> |
|
<div class="page-change-button"> |
|
<button id="btn-agent">Mon agent</button> |
|
<button id="btn-contract">Mes contracts</button> |
|
<button id="btn-faction">Ma faction</button> |
|
<button id="btn-ship">Mes vaiseaux</button> |
|
<button id="btn-system">Systeme</button> |
|
</div> |
|
</div> |
|
<hr /> |
|
</header> |
|
|
|
<main> |
|
<p>PAGE D'ACCEUIL</p> |
|
</main> |
|
|
|
<footer id="footer"> |
|
<hr /> |
|
<p>SpaceTrader © 2023</p> |
|
</footer> |
|
</body> |
|
|
|
</html> |