source: inc/footer.php@ 0791611

Last change on this file since 0791611 was 0791611, checked in by sstalevska <sara.stalevska@…>, 21 months ago

Push the entire project.

  • Property mode set to 100644
File size: 545 bytes
Line 
1</main>
2<?php
3/**
4 * The footer section, included in multiple pages.
5 */
6?>
7<footer class="mt-5 p-5 border-top bg-light text-center">
8 <p><a href="/"><img src="/img/logo.png" alt="WeService" height="83"></a></p>
9
10 <p>&copy; 2022 <a href="/">WeService</a>, developed by Sara Stalevska. All rights reserved.</p>
11</footer>
12<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
13</body>
14</html>
Note: See TracBrowser for help on using the repository browser.