You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
632 B
26 lines
632 B
<!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>
|