site/game.php

13 lines
400 B
PHP

<?php
$title = "Team match game | ~forero";
$language = "en";
include "layout/header.php";
?>
<div id="content">
<h1 class="center">Current game</h1>
<h2 class="center"><b>Status:</b> Waiting for participants</h2>
<img src="https://chessboardimage.com/rnbqkbnrpppppppp8888PPPPPPPPRNBQKBNR.png" alt="">
</div>
<?php include "layout/footer.php"; ?>