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.
29 lines
438 B
PHP
29 lines
438 B
PHP
<?php
|
|
include('partial/header.php');
|
|
require_once('teamStuff.php');
|
|
?>
|
|
|
|
<h1>Tourney name</h1>
|
|
<div>from: 12 - to: 124</div>
|
|
|
|
<h2>Live matches</h2>
|
|
<a href="match.php">
|
|
<div>current round: 3</div>
|
|
<div>team a: 1</div>
|
|
<div>team b: 1</div>
|
|
</a>
|
|
|
|
<h2>Upcoming matches</h2>
|
|
x v y, starts 15th@2
|
|
|
|
<h2>Previous matches</h2>
|
|
<a href="match.php">
|
|
<div>team a: 2</div>
|
|
<div>team b: 1</div>
|
|
</a>
|
|
|
|
<?php
|
|
//include('partial/footer.php');
|
|
?>
|
|
|