-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3085.php
More file actions
17 lines (17 loc) · 748 Bytes
/
3085.php
File metadata and controls
17 lines (17 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php include("include/header.php"); ?>
<div class="article">
<h2>Unit Generators for 3085</h2>
<p>To generate random units, please select the emblem of the listed faction.</p>
<div>
<a href="dracgenerator.php"><img src="../images/Kurita_300x300.png" class="logo" alt="Draconis Combine"></a>
<a href="daviongenerator.php"><img src="../images/Davion_300x300.png" class="logo" alt="Federated Suns"></a>
</div>
</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>