1
0
mirror of https://github.com/elisspace/pops.git synced 2026-08-29 15:44:05 +00:00
Files
pops/footer.php
Eli d6fea9afbb Initial upload
Initialized with just a mock-up layout of the index page up
2021-04-03 19:03:27 +07:00

22 lines
1.1 KiB
PHP

</div> <!-- close body container class -->
<footer class="footer bg-info text-white">
<div class="container">
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2021 Copyright: Mark Gaultney | Created by:
<a href="https://elis.space"> Elis.Space</a>
</div>
<!-- Copyright -->
</div>
</footer>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>