forked from federated-nexus/website
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>
|
||||
<div class="honeypot">
|
||||
<input type="text" name="honeypot" tabindex="-1" autocomplete="off">
|
||||
<input
|
||||
type="text"
|
||||
name="honeypot"
|
||||
tabindex="-1"
|
||||
autocomplete="off"
|
||||
/>
|
||||
</div>
|
||||
<label>
|
||||
E-mail
|
||||
|
|
|
|||
|
|
@ -17,7 +17,12 @@ import "../styles/page.css"
|
|||
/>
|
||||
</label>
|
||||
<div class="honeypot">
|
||||
<input type="text" name="honeypot" tabindex="-1" autocomplete="off">
|
||||
<input
|
||||
type="text"
|
||||
name="honeypot"
|
||||
tabindex="-1"
|
||||
autocomplete="off"
|
||||
/>
|
||||
</div>
|
||||
<label>
|
||||
Email
|
||||
|
|
|
|||
|
|
@ -17,7 +17,12 @@ import "../../styles/page.css"
|
|||
/>
|
||||
</label>
|
||||
<div class="honeypot">
|
||||
<input type="text" name="honeypot" tabindex="-1" autocomplete="off">
|
||||
<input
|
||||
type="text"
|
||||
name="honeypot"
|
||||
tabindex="-1"
|
||||
autocomplete="off"
|
||||
/>
|
||||
</div>
|
||||
<label>
|
||||
E-mail
|
||||
|
|
|
|||
|
|
@ -17,7 +17,12 @@ import "../../styles/page.css"
|
|||
/>
|
||||
</label>
|
||||
<div class="honeypot">
|
||||
<input type="text" name="honeypot" tabindex="-1" autocomplete="off">
|
||||
<input
|
||||
type="text"
|
||||
name="honeypot"
|
||||
tabindex="-1"
|
||||
autocomplete="off"
|
||||
/>
|
||||
</div>
|
||||
<label>
|
||||
E-mail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue