Update010920251648

This commit is contained in:
Markus 2025-09-01 16:48:21 +02:00
parent 4055e3ae54
commit 29e3a85eae
6 changed files with 162 additions and 36 deletions

32
content/german/danke.md Normal file
View file

@ -0,0 +1,32 @@
---
title: "Danke"
description: ""
subtitle : ""
lastmod: 2024-07-22T00:00:00
layout: "danke"
draft: false
---
## Vielen Dank!
Ihre Nachricht wurde erfolgreich gesendet. Wir melden uns bald bei Ihnen.
<div style="margin-top: 20px;">
<a href="/" class="button">Zurück zu Amperion</a>
</div>
<style>
.button {
display: inline-block;
padding: 10px 20px;
background-color: #007BFF;
color: white;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
}
.button:hover {
background-color: #0056b3;
}
</style>