V2 ish
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user