mirror of
https://github.com/DerTyp7/shop-ejs-expressjs.git
synced 2025-10-29 20:42:10 +01:00
order
This commit is contained in:
12
views/order_success.ejs
Normal file
12
views/order_success.ejs
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<%- include('partials/head'); %>
|
||||
<link rel="stylesheet" href="/order.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1 style="color:rgb(6, 170, 6)">Ihre Bestellung wurde in Auftrag gegeben!</h1>
|
||||
<h3>Trackingnummer: <label style="color:rgb(6, 156, 170)"><%= trackingnumber %></label></h3>
|
||||
<a class="text-redirect" href="/">Zurück zur Startseite</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user