This commit is contained in:
2025-07-10 09:04:16 -04:00
parent fd0211efce
commit 356669fdfd
9 changed files with 207 additions and 71 deletions

6
snippets/head.php Normal file
View File

@@ -0,0 +1,6 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, internal-scale=1, viewport-fit=cover">
<title>My Luggage Info</title>
<link rel="stylesheet" href="/static/style.css?v=43">
</head>

View File

@@ -2,6 +2,6 @@
<header class="header">
<img class="header-icon" src="/static/icon.png" alt="icon"/>
<h1 class="title">Luggage Tracker</h1>
<h1 class="title">My Luggage Info</h1>
<div class="spacer"></div>
</header>