forked from markus/AMPERION_Webpage
33 lines
558 B
Markdown
33 lines
558 B
Markdown
|
|
---
|
||
|
|
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>
|