use spaces not tabs
This commit is contained in:
parent
9221fffcb0
commit
7f600e77ad
8 changed files with 39 additions and 19 deletions
|
|
@ -18,7 +18,12 @@ import "../../styles/page.css"
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
<div class="honeypot">
|
<div class="honeypot">
|
||||||
<input type="text" name="honeypot" tabindex="-1" autocomplete="off">
|
<input
|
||||||
|
type="text"
|
||||||
|
name="honeypot"
|
||||||
|
tabindex="-1"
|
||||||
|
autocomplete="off"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<label>
|
<label>
|
||||||
E-mail
|
E-mail
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,12 @@ import "../styles/page.css"
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
<div class="honeypot">
|
<div class="honeypot">
|
||||||
<input type="text" name="honeypot" tabindex="-1" autocomplete="off">
|
<input
|
||||||
|
type="text"
|
||||||
|
name="honeypot"
|
||||||
|
tabindex="-1"
|
||||||
|
autocomplete="off"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<label>
|
<label>
|
||||||
Email
|
Email
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,12 @@ import "../../styles/page.css"
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
<div class="honeypot">
|
<div class="honeypot">
|
||||||
<input type="text" name="honeypot" tabindex="-1" autocomplete="off">
|
<input
|
||||||
|
type="text"
|
||||||
|
name="honeypot"
|
||||||
|
tabindex="-1"
|
||||||
|
autocomplete="off"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<label>
|
<label>
|
||||||
E-mail
|
E-mail
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,12 @@ import "../../styles/page.css"
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
<div class="honeypot">
|
<div class="honeypot">
|
||||||
<input type="text" name="honeypot" tabindex="-1" autocomplete="off">
|
<input
|
||||||
|
type="text"
|
||||||
|
name="honeypot"
|
||||||
|
tabindex="-1"
|
||||||
|
autocomplete="off"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<label>
|
<label>
|
||||||
E-mail
|
E-mail
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue