better error handling register

This commit is contained in:
Janis M
2022-03-29 14:38:40 +02:00
parent 5c128cb2ae
commit 283d2fe66f
16 changed files with 367 additions and 260 deletions

View File

@@ -0,0 +1,6 @@
<header class="auth-header">
<p>OnlineShop | <%= title %></p>
<div class="auth-header-image-container">
<img src="/images/logo.png">
</div>
</header>

View File

@@ -4,4 +4,5 @@
<title>Shop - <%= title %></title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="/css/header.css">
<link rel="stylesheet" href="/css/auth_header.css">
<link rel="stylesheet" href="/css/style.css">