Files
Ecobuddy/Views/template/footer.phtml

16 lines
491 B
PHTML

</div>
<div class="row">
<div id="footer" class="col-xs-12">
<p>George Wilkinson @2024</p>
<p>Powered by Bootstrap</p>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
</body>
</html>