2025-04-10 19:42:02 +02:00
<!DOCTYPE html>
< html lang = "nl" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Bestelling Voltooid< / title >
< link href = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel = "stylesheet" >
< link rel = "stylesheet" href = "css/style.css" >
< link rel = "icon" type = "image/x-icon" href = "assets/favicon.ico" >
< / head >
< body >
< nav class = "navbar navbar-expand-lg bg-body-tertiary" >
< div class = "container-fluid" >
< a class = "navbar-brand" href = "index.html" >
< img src = "assets/favicon.ico" alt = "Bootstrap" width = "30" height = "24" >
Spik & Span
< / a >
< button class = "navbar-toggler" type = "button" data-bs-toggle = "collapse" data-bs-target = "#navbarNav" aria-controls = "navbarNav" aria-expanded = "false" aria-label = "Toggle navigation" >
< span class = "navbar-toggler-icon" > < / span >
< / button >
< div class = "collapse navbar-collapse" id = "navbarNav" >
< ul class = "navbar-nav" >
< li class = "nav-item" > < a class = "nav-link active" href = "index.html" > Home< / a > < / li >
< li class = "nav-item" > < a class = "nav-link active" href = "bestellen.html" > Tickets Bestellen< / a > < / li >
< li class = "nav-item" > < a class = "nav-link active" href = "contact.html" > Contact< / a > < / li >
< li class = "nav-item" > < a class = "nav-link active" href = "over-ons.html" > Over Ons< / a > < / li >
< li class = "nav-item" > < a class = "nav-link active" href = "employee-login.php" > Medewerkers< / a > < / li >
< / ul >
< / div >
< / div >
< / nav >
< div class = "container text-center mt-5" >
< h1 class = "text-success" > Bedankt voor je bestelling!< / h1 >
< p class = "mt-3" > We hebben je bestelling ontvangen en werken eraan om alles in orde te maken.< / p >
< p > Je ontvangt binnenkort een bevestigingsmail met alle details.< / p >
2025-04-10 22:39:18 +02:00
< p class = "text-warning mt-3" > < strong > Let op:< / strong > Het kan zijn dat de e-mail in je spamfolder terechtkomt. Controleer deze als je de e-mail niet kunt vinden.< / p >
2025-04-10 19:42:02 +02:00
< a href = "index.html" class = "btn btn-primary mt-4" > Terug naar Home< / a >
< / div >
< / body >
< script src = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" > < / script >
< / html >