build : Add index.php file to try CI
continuous-integration/drone/push Build is passing Details

tests
Jade VAN BRABANDT 2 years ago
parent 9aa1bedcec
commit 540d8b0255

@ -0,0 +1,26 @@
<!doctype html>
<html>
<?php
include("head.html");
?>
<body>
<div class="mainGrid">
<div class="void"></div> <!-- Column vide gauche -->
<div class="Center">
<img class="Logo" src=Logo.png alt="Logo"/>
<div class="Solo">
<a href="SoloGame.php">SOLO</a>
</div>
<div class="Multiplayer" >
<a href="MultiplayerGame.php">MULTIPLAYER</a>
</div>
</div>
<div class="void"></div> <!-- Column vide droite -->
</div>
</body>
</html>
Loading…
Cancel
Save