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

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>