Backing up work

This commit is contained in:
2025-07-08 23:56:37 -04:00
parent 034735de19
commit fd0211efce
12 changed files with 307 additions and 0 deletions

4
snippets/footer.php Normal file
View File

@@ -0,0 +1,4 @@
<?php ?>
<footer class="footer">
<p class="footer-text">Made hastily by <a class="footer-text" href="https://www.linkedin.com/in/steven-tracey18/">Steven Tracey</a></p>
</footer>

7
snippets/header.php Normal file
View File

@@ -0,0 +1,7 @@
<?php ?>
<header class="header">
<img class="header-icon" src="/static/icon.png" alt="icon"/>
<h1 class="title">Luggage Tracker</h1>
<div class="spacer"></div>
</header>