new version
This commit is contained in:
@@ -1,21 +1 @@
|
||||
<h1 class = "translation">contact</h1>
|
||||
<p id = "contactText">
|
||||
</p>
|
||||
<form class="grid-x" id = "contact-form">
|
||||
<label class="small-12 medium-6 right">
|
||||
<input type="checkbox" value="1" required name="policy">
|
||||
<span>
|
||||
<a class = "link translation" href="/?s=privacyPolicy">privacy-policy</a>
|
||||
<span class = "translation">privacy policy accepted</span>
|
||||
</span>
|
||||
</label>
|
||||
<label class = "small-12 medium-6">
|
||||
<input type="email" required name="email">
|
||||
<span class="translation">e-mail</span>
|
||||
</label>
|
||||
<label class="small-12">
|
||||
<textarea required name="message"></textarea>
|
||||
<span class="translation">message</span>
|
||||
</label>
|
||||
<button class="small-12 button translation">send</button>
|
||||
</form>
|
||||
<h1 class="translation">contact</h1> <p id="contactText"> </p> <form class="grid-x" id="contact-form"> <label class="small-12 medium-6 right"> <input type="checkbox" value="1" required name="policy"> <span> <a class="link translation" href="/?s=privacyPolicy">privacy-policy</a> <span class="translation">privacy policy accepted</span> </span> </label> <label class="small-12 medium-6"> <input type="email" required name="email"> <span class="translation">e-mail</span> </label> <label class="small-12"> <textarea required name="message"></textarea> <span class="translation">message</span> </label> <button class="small-12 button translation">send</button> </form>
|
||||
Reference in New Issue
Block a user