fixed bugs

This commit is contained in:
Janis M
2022-03-31 11:22:47 +02:00
parent e17109d13e
commit 6b4eb39283
5 changed files with 17 additions and 8 deletions

View File

@@ -5,8 +5,11 @@
<link rel="stylesheet" href="/css/order.css">
</head>
<body>
<h1 style="color:rgb(6, 170, 6)" class="text-center">Ihre Bestellung wurde in Auftrag gegeben!</h1>
<h3 class="text-center">Trackingnummer: <label style="color:rgb(6, 156, 170)"><%= trackingnumber %></label></h3>
<a class="text-redirect text-center" href="/">Zurück zur Startseite</a>
<div stlye="height: 100px">
<h1 style="color:rgb(6, 170, 6)" class="text-center">Ihre Bestellung wurde in Auftrag gegeben!</h1>
<h3 class="text-center">Trackingnummer: <label style="color:rgb(6, 156, 170)"><%= trackingnumber %></label></h3>
<a class="text-redirect text-center" href="/">Zurück zur Startseite</a>
</div>
</body>
</html>