Files
Schoolkantine/website/betalen.html

20 lines
547 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="nl">
2025-02-21 12:27:54 +01:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Betaalpagina Mees</title>
<link rel="icon" href="media/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="betaal.css">
</head>
2025-02-21 12:27:54 +01:00
<body>
2025-02-21 12:27:54 +01:00
<h1>Bedankt voor uw bestelling!</h1>
<p>Uw bestelling is succesvol geplaatst. U kunt dit tabblad nu sluiten.</p>
<button onclick="window.close()">Sluit dit tabblad</button>
<h1>Uw Bestellings nummer=</h1>
</body>
2025-02-21 12:27:54 +01:00
</html>