-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2_28_2016.php
More file actions
16 lines (16 loc) · 1016 Bytes
/
2_28_2016.php
File metadata and controls
16 lines (16 loc) · 1016 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>Relief on Baker 3</h2>
<p>Elements of the 2nd Donegal Guards from the Lyran Commonwealth conducted a raid on the Baker 3 system.</P>
<p>Unfortunately, things did not go as planned and the raiding force had to go to ground or keep on the move to avoid destruction.</p>
<p>Grimm's Grinders was hired by the Commonwelath to retrieve any survivors that may still be alive</p>
<p>In a fierce clash with the 8th Provisional Garrison Cluster of Clan Jade Falcon, Grimm's Grinders was able to rescue some of the survivors</p>
<img class="image" src="../images/grinder_battle_1.png" alt="Lyran Mechs prepare to flee for their lives.">
<?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>