|
|
|
@ -2,53 +2,58 @@ |
|
|
|
|
|
|
|
|
|
<!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>SkamCraft</title> |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
|
<header id="header"> |
|
|
|
|
<div class="menu"> |
|
|
|
|
<div class="title-section"> |
|
|
|
|
<img src="img/Skamkraft.png" alt="Logo AppleTech.svg" /> |
|
|
|
|
<p>SkamCraft</p> |
|
|
|
|
<div class="page-change-button"> |
|
|
|
|
<button id="btn-contract">Mes contracts</button> |
|
|
|
|
<button id="btn-faction">Ma faction</button> |
|
|
|
|
<button id="btn-ship">Mes vaisseaux</button> |
|
|
|
|
<button id="btn-system">Systeme</button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="title-section"> |
|
|
|
|
<p id="credits">N/A Credtis</p> |
|
|
|
|
<button id="btn-logout">Se deconnecter</button> |
|
|
|
|
|
|
|
|
|
<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="" /> |
|
|
|
|
<title>SkamCraft</title> |
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" |
|
|
|
|
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> |
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" |
|
|
|
|
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" |
|
|
|
|
crossorigin="anonymous"></script> |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
|
<header id="header"> |
|
|
|
|
<div class="menu"> |
|
|
|
|
<div class="title-section"> |
|
|
|
|
<img src="img/Skamkraft.png" alt="Logo AppleTech.svg" /> |
|
|
|
|
<p>SkamCraft</p> |
|
|
|
|
<div class="page-change-button"> |
|
|
|
|
<button id="btn-contract">Mes contracts</button> |
|
|
|
|
<button id="btn-faction">Ma faction</button> |
|
|
|
|
<button id="btn-ship">Mes vaisseaux</button> |
|
|
|
|
<button id="btn-system">Systeme</button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<hr /> |
|
|
|
|
</header> |
|
|
|
|
<div class="title-section"> |
|
|
|
|
<p id="credits">N/A Credtis</p> |
|
|
|
|
<button id="btn-logout">Se deconnecter</button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<hr /> |
|
|
|
|
</header> |
|
|
|
|
|
|
|
|
|
<main> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</main> |
|
|
|
|
|
|
|
|
|
<main></main> |
|
|
|
|
<footer id="footer"> |
|
|
|
|
<hr /> |
|
|
|
|
<p>SkamKraft © 2023</p> |
|
|
|
|
</footer> |
|
|
|
|
</body> |
|
|
|
|
|
|
|
|
|
<footer id="footer"> |
|
|
|
|
<hr /> |
|
|
|
|
<p>SkamKraft © 2023</p> |
|
|
|
|
</footer> |
|
|
|
|
</body> |
|
|
|
|
</html> |
|
|
|
|
</html> |