-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
16 lines (16 loc) · 833 Bytes
/
about.php
File metadata and controls
16 lines (16 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php include("include/header.php"); ?>
<div class="article">
<h2>About</h2>
<a href="http://www.bg.battletech.com"><img class="image_b" src="../images/btlogo.png" alt="Battletech Homepage logo"></a>
<p>LouisvilleHiringHall.com is a group of individuals who play the BattleTech boardgame in the Louisville, KY
and southern Indiana area. We support all rulesets for the game, but focus on Total Warfare and Alpha Strike rules. We
also support all eras of play so everyone is welcome!</p>
</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>