This commit is contained in:
2025-07-14 22:08:10 -04:00
parent 667b27f036
commit 152adc8e3c
19 changed files with 874 additions and 285 deletions

View File

@@ -9,16 +9,17 @@
<body>
<header class="header">
<img class="header-icon" src="/static/icon.png" alt="icon"/>
<a class="icon-link" href="/">
<img class="header-icon" src="/static/icon.png" alt="icon"/>
</a>
<h1 class="title">My Luggage Info</h1>
<div class="spacer"></div>
</header>
<div class="container">
<div class="content flex-vertical">
<div class="section-one">
<h1>Error</h1>
<p>Please report the following to Steven</p>
<p>{{ .error }}</p>
<h1>{{ .header }}</h1>
<p>{{ .body }}</p>
</div>
</div>
</div>

View File

@@ -9,7 +9,9 @@
<body>
<header class="header">
<img class="header-icon" src="/static/icon.png" alt="icon"/>
<a class="icon-link" href="/">
<img class="header-icon" src="/static/icon.png" alt="icon"/>
</a>
<h1 class="title">My Luggage Info</h1>
<div class="spacer"></div>
</header>