mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Changed e-mail input type from "text" to "email"
This commit is contained in:
parent
dcb224bf31
commit
b31d882068
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
javascript:
|
javascript:
|
||||||
var RecaptchaOptions = {
|
var RecaptchaOptions = {
|
||||||
theme : 'clean'
|
theme : 'clean'
|
||||||
|
@ -44,7 +43,7 @@ javascript:
|
||||||
.span1
|
.span1
|
||||||
h5 Email
|
h5 Email
|
||||||
.span6
|
.span6
|
||||||
input name="email" type="text" placeholder="youremail@example.com" value="#{@site.email}"
|
input name="email" type="email" placeholder="youremail@example.com" value="#{@site.email}"
|
||||||
|
|
||||||
|
|
||||||
.row
|
.row
|
||||||
|
@ -71,4 +70,4 @@ javascript:
|
||||||
|
|
||||||
.row style="margin-top: 10px"
|
.row style="margin-top: 10px"
|
||||||
.span3.offset1
|
.span3.offset1
|
||||||
input.btn.btn-success.btn-large type="submit" value="Create Home Page"
|
input.btn.btn-success.btn-large type="submit" value="Create Home Page"
|
||||||
|
|
Loading…
Add table
Reference in a new issue