Finish English translation
This commit is contained in:
parent
cd62fcb433
commit
aa96faaafa
39 changed files with 2917 additions and 289 deletions
24
content/en/contacte/_index.md
Normal file
24
content/en/contacte/_index.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
|
||||
slug: "contact"
|
||||
title: "Contact"
|
||||
menu:
|
||||
main:
|
||||
name: "Contact"
|
||||
weight: 6
|
||||
|
||||
|
||||
---
|
||||
|
||||
If you need help, have a suggestion or have found errors while using our OpenBVE contents, leave a message here and we will try to find a solution as soon as possible.
|
||||
|
||||
<form name="contact" netlify-honeypot="bot-field" netlify>
|
||||
<input type="text" name="bot-field" style="display:none; positon:absolute; left:-50000px" tabindex="-1" autocomplete="off"/>
|
||||
<label>Name</label>
|
||||
<input type="text" name="name" required>
|
||||
<label>Email</label>
|
||||
<input type="email" name="email" required>
|
||||
<label>Message</label>
|
||||
<textarea name="message" required></textarea>
|
||||
<button type="submit">Send</button>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue