|
@@ -51,11 +51,9 @@
|
|
|
</main>
|
|
|
|
|
|
<!-- Footer -->
|
|
|
- <footer class="footer bg-dark mt-5">
|
|
|
- <div class="container">
|
|
|
- <span class="text-muted">Temporary footer</span>
|
|
|
- </div>
|
|
|
- </footer>
|
|
|
+ <?php
|
|
|
+ include("../include/footer.php");
|
|
|
+ ?>
|
|
|
|
|
|
<!-- Scripts -->
|
|
|
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
|