changed contact form reply_to and response html

This commit is contained in:
$(pass /github/name)
2024-08-21 12:29:13 +02:00
parent 3224536e56
commit ee66835649
5 changed files with 34 additions and 14 deletions

View File

@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Form Submission</title>
</head>
<body>
{{ if .Success }}
<p>Nachricht wurde gesendet!</p>
{{ end }} {{ if .Error }}
<p>Fehler: {{ .Error }}</p>
{{ end }}
</body>
</html>