OwlCyberSecurity - MANAGER
Edit File: about-us.php
<!DOCTYPE html> <html lang="en"> <head> <?php include 'header.php'; ?> <?php include 'time.php'; ?> </head> <body> <?php include 'menu.php'; ?> <div class="wrapper" id="main"> <!-- Begin Content --> <?php include 'content-about.php'; ?> <!-- End Content --> </div> <footer class="footer"> <div class="container"> <center><p class="text-muted"><br>© 2021 Copyright by Berlinpools.us<br></p></center> </div> </footer> <!-- 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.12.4/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="dist/js/bootstrap.min.js"></script> <script src="assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html>