-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaar.php
More file actions
30 lines (30 loc) · 1.11 KB
/
aar.php
File metadata and controls
30 lines (30 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php include("include/header.php"); ?>
<div class="article">
<h2>Battle Report Archive</h2>
<p>Here you will find summaries and pictures of past battles between our players. Please peruse the archive for information or remember those good times that will stick with you forever!</p>
<table>
<tr>
<th>Report</th>
<th>Factions Involved</th>
<th>Date Played</th>
</tr>
<tr>
<td><a href="7_16_2013.php">link</a></td>
<td>Magistracy of Canopus vs Marian Hegemony - 3026</td>
<td>7-16-2013</td>
</tr>
<tr>
<td><a href="6_27_2015.php">link</a></td>
<td>Draconis Combine vs Federated Commonwealth - 3039</td>
<td>6-6-2015</td>
</tr>
</table>
</div>
<?php include("include/footer.php"); ?>
</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
crossorigin="anonymous">
</script>
</body>
</html>