| Line 1... |
Line 1... |
| 1 |
<footer class="container-fluid text-center mt-5">
|
1 |
<footer class="container-fluid text-center bg-primary py-5 mt-5">
|
| 2 |
<form method="post" action="../index.php">
|
2 |
<form method="post" action="../index.php">
|
| 3 |
<ul class="list-inline text-center">
|
3 |
<ul class="list-inline text-center">
|
| 4 |
<li class="list-inline-item">
|
4 |
<li class="list-inline-item">
|
| 5 |
<button class="btn btn-sm bg-light" type="submit" name="submit" value="terms">Terms of Service</button>
|
5 |
<button class="btn btn-sm bg-light" type="submit" name="submit" value="terms">Terms of Service</button>
|
| 6 |
</li>
|
6 |
</li>
|
| 7 |
<li class="list-inline-item">
|
7 |
<li class="list-inline-item">
|
| 8 |
<button class="btn btn-sm bg-light" type="submit" name="submit" value="privacy">Privacy Policy</button>
|
8 |
<button class="btn btn-sm bg-light" type="submit" name="submit" value="privacy">Privacy Policy</button>
|
| 9 |
</li>
|
9 |
</li>
|
| 10 |
</ul>
|
10 |
</ul>
|
| 11 |
</form>
|
11 |
</form>
|
| 12 |
<p>Copyright © <?php echo @date("Y"); ?> FindCheapMusic.com. All rights reserved.</p>
|
12 |
<p class="mt-3">Copyright © <?php echo @date("Y"); ?> FindCheapMusic.com. All rights reserved.</p>
|
| 13 |
</footer>
|
13 |
</footer>
|