Update010920251648
This commit is contained in:
parent
4055e3ae54
commit
29e3a85eae
6 changed files with 162 additions and 36 deletions
20
layouts/_default/danke.html
Normal file
20
layouts/_default/danke.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Danke für deine Nachricht</title>
|
||||
<meta http-equiv="refresh" content="5; url=/">
|
||||
<style>
|
||||
body { font-family: Arial, sans-serif; line-height: 1.6; text-align: center; padding: 20px; }
|
||||
a { color: #007BFF; text-decoration: none; }
|
||||
a:hover { text-decoration: underline; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Vielen Dank!</h1>
|
||||
<p>Deine Nachricht wurde erfolgreich gesendet. Du wirst in 5 Sekunden weitergeleitet.</p>
|
||||
<p><a href="/">Zurück zu Amperion</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue