You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
495 B
PHP

<html>
<head>
<?php include('partial/head.php'); ?>
</head>
<?php
include('partial/header.php');
?>
<h1>Tournaments</h1>
<section>
<h2><a href="tournament.php">tourney</a></h2>
<div class="starts">starts@224</div>
</section>
<section>
<h2><a href="tournament.php">tourney</a></h2>
<div class="starts">starts@224</div>
</section>
<section>
<h2><a href="tournament.php">tourney</a></h2>
<div class="starts">starts@224</div>
</section>
<?php
include('partial/footer.php');
?>
</html>