Update index.html to ENG
This commit is contained in:
parent
fc1768ef15
commit
f316b73769
14
index.html
14
index.html
@ -15,12 +15,12 @@
|
|||||||
<img src="logo1.png" alt="Logo" style="width:60px" align="right" img>
|
<img src="logo1.png" alt="Logo" style="width:60px" align="right" img>
|
||||||
|
|
||||||
<div id="fcf-form">
|
<div id="fcf-form">
|
||||||
<h2 class="fcf-h3">Kontaktformular</h2>
|
<h2 class="fcf-h3">Contact form</h2>
|
||||||
</br>
|
</br>
|
||||||
<form id="fcf-form-id" class="fcf-form-class" method="post" action="contact-form-process.php">
|
<form id="fcf-form-id" class="fcf-form-class" method="post" action="contact-form-process.php">
|
||||||
|
|
||||||
<div class="fcf-form-group">
|
<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">
|
<div class="fcf-input-group">
|
||||||
<input type="text" id="Name" name="Name" class="fcf-form-control" required>
|
<input type="text" id="Name" name="Name" class="fcf-form-control" required>
|
||||||
</div>
|
</div>
|
||||||
@ -29,18 +29,18 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="fcf-form-group">
|
<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">
|
<div class="fcf-input-group">
|
||||||
<textarea id="Message" name="Message" class="fcf-form-control" rows="6" maxlength="3000" required></textarea>
|
<textarea id="Message" name="Message" class="fcf-form-control" rows="6" maxlength="3000" required></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="fcf-form-group">
|
<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>
|
||||||
|
|
||||||
<div class="fcf-credit" id="fcf-credit">
|
<div class="fcf-credit" id="fcf-credit">
|
||||||
Anonymes Kontaktformular
|
Anonymous contact form
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
@ -51,9 +51,9 @@
|
|||||||
|
|
||||||
Informationen zum Kontaktformular:
|
Informationen zum Kontaktformular:
|
||||||
</br>
|
</br>
|
||||||
Der Inhalt dieser Nachricht wird anonymisiert und verschlüsselt an das Postfach "email@example.de" übertragen.
|
The content of this message is anonymized and encrypted and sent to the mailbox "email@example.de".
|
||||||
</br>
|
</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>
|
</br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user