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.
32 lines
1.1 KiB
32 lines
1.1 KiB
<!-- Copyright © 2023 Entreprise SpaceTarders --> |
|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<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="stylesheet" href="../css/styleindex.css"> |
|
<link rel="icon" type="image/png" href="/img/spaceships/spaceship.png"> |
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script> |
|
<script src ="/js/fabric.min.js" defer></script> |
|
<script src="/js/TEST_F.JS" defer></script> |
|
<title>Space Traders : by SKAMKRAFT</title> |
|
</head> |
|
<body> |
|
<header> |
|
<div id="title">SpaceTraders</div> |
|
</header> |
|
<main class="main-window"> |
|
<br> |
|
<canvas id="canvas"></canvas> |
|
</main> |
|
<footer> |
|
<div id="menu"> |
|
<button id="agentbutton">Agent</button> |
|
<button id="factionbutton">Faction</button> |
|
<button id="shipbutton">Ships</button> |
|
<button id="contractbutton">Contracts</button> |
|
</div> |
|
</footer> |
|
</body> |
|
</html> |