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.
55 lines
2.4 KiB
55 lines
2.4 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="/js/agent.js" defer></script> |
|
<script type="module" src="/js/contrat.js" defer></script> |
|
<script type="module" src="/js/faction.js" defer></script> |
|
<script type="module" src="/js/main.js" defer></script> |
|
<script type="module" src="/js/system.js" defer></script> |
|
<link rel="stylesheet" href="/css/global.css" /> |
|
<link rel="icon" href="/img/logo.png" /> |
|
<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> |
|
<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"> |
|
<a id="btn-agent" href="http://127.0.0.1:5501/templates/agent.html">Mon agent</a> |
|
<a id="btn-contract" href="http://127.0.0.1:5501/templates/contrats.html">Mes contrats</a> |
|
<a id="btn-faction" href="http://blog.local/user/index">Ma faction</a> |
|
<a id="btn-ship" href="http://blog.local/user/create">Mes vaiseaux</a> |
|
<a id="btn-ship" href="http://blog.local/user/logout">Systeme</a> |
|
</div> |
|
</div> |
|
<hr /> |
|
</header> |
|
|
|
<main><p>Page accueil</p></main> |
|
|
|
<footer id="footer"> |
|
<hr /> |
|
<p>SpaceTrader © 2023</p> |
|
</footer> |
|
</body> |
|
</html>
|
|
|