Backing up work
This commit is contained in:
4
snippets/footer.php
Normal file
4
snippets/footer.php
Normal 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
7
snippets/header.php
Normal 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>
|
||||
Reference in New Issue
Block a user