parent
354437abc0
commit
ba150be610
11 changed files with 75 additions and 7 deletions
@ -1 +0,0 @@ |
||||
.vscode |
@ -0,0 +1,49 @@ |
||||
<!--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-link"> |
||||
<a href="http://127.0.0.1:5502/agent.html">Mon agent</a> |
||||
<a href="http://127.0.0.1:5502/contracts.html">Mes contracts</a> |
||||
<a href="http://127.0.0.1:5502/faction.html">Ma faction</a> |
||||
<a href="http://127.0.0.1:5502/vaiseaux.html">Mes vaiseaux</a> |
||||
<a href="http://127.0.0.1:5502/systeme.html">Systeme</a> |
||||
</div> |
||||
</div> |
||||
<hr /> |
||||
</header> |
||||
|
||||
<main> |
||||
<p>PAGE D'ACCEUIL</p> |
||||
</main> |
||||
|
||||
<footer id="footer"> |
||||
<hr /> |
||||
<p>SpaceTrader © 2023</p> |
||||
</footer> |
||||
</body> |
||||
|
||||
</html> |
Loading…
Reference in New Issue