This repository has been archived on 2021-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
nomipinball/creatematch/index.php

12 lines
171 B
PHP

<?php
include __DIR__.'/../header.php';
include __DIR__.'/../db.php';
?>
<h1>start a match</h1>
<p><a href="/">back</a></p>
<hr>
<?php
include __DIR__.'/../footer.php';