Update index.html to ENG

This commit is contained in:
hxcde 2023-03-28 12:39:30 +02:00 committed by GitHub
parent fc1768ef15
commit f316b73769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,12 +15,12 @@
<img src="logo1.png" alt="Logo" style="width:60px" align="right" img>
<div id="fcf-form">
<h2 class="fcf-h3">Kontaktformular</h2>
<h2 class="fcf-h3">Contact form</h2>
</br>
<form id="fcf-form-id" class="fcf-form-class" method="post" action="contact-form-process.php">
<div class="fcf-form-group">
<label for="Name" class="fcf-label">Anliegen / Thema</label>
<label for="Name" class="fcf-label">Request / Topic</label>
<div class="fcf-input-group">
<input type="text" id="Name" name="Name" class="fcf-form-control" required>
</div>
@ -29,18 +29,18 @@
<div class="fcf-form-group">
<label for="Message" class="fcf-label">Deine Nachricht</label>
<label for="Message" class="fcf-label">Your message</label>
<div class="fcf-input-group">
<textarea id="Message" name="Message" class="fcf-form-control" rows="6" maxlength="3000" required></textarea>
</div>
</div>
<div class="fcf-form-group">
<button type="submit" id="fcf-button" class="fcf-btn fcf-btn-primary fcf-btn-lg fcf-btn-block">Nachricht senden</button>
<button type="submit" id="fcf-button" class="fcf-btn fcf-btn-primary fcf-btn-lg fcf-btn-block">Send message</button>
</div>
<div class="fcf-credit" id="fcf-credit">
Anonymes Kontaktformular
Anonymous contact form
</div>
</form>
@ -51,9 +51,9 @@
Informationen zum Kontaktformular:
</br>
Der Inhalt dieser Nachricht wird anonymisiert und verschl&uuml;sselt an das Postfach "email@example.de" &uuml;bertragen.
The content of this message is anonymized and encrypted and sent to the mailbox "email@example.de".
</br>
Es werden zu keinem Zeitpunkt Telemetriedaten erhoben oder gespeichert, die einen Bezug zum Ersteller bzw. Absender herstellen lassen.
At no time will telemetry data be collected or stored that could be linked to the creator or sender.
</br>
</div>