-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontracts.php
More file actions
20 lines (20 loc) · 774 Bytes
/
contracts.php
File metadata and controls
20 lines (20 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php include("include/header.php"); ?>
<div class="article">
<h2>Current Contracts Offered</h2>
<p>All participating players must email<a href="mailto:louisvillehiringhall@gmail.com">here</a>to claim a contract. Contracts are currently being constructed and will be listed on this page. Stay tuned.</p>
<table>
<tr>
<th>Employer</th>
<th>Mission</th>
<th>Warchest Cost</th>
</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>