Commit b289dd7e authored by bitsoko services's avatar bitsoko services 👷🏿

Update index.pug

parent 9e7acb84
Pipeline #1915 canceled with stage
......@@ -585,7 +585,7 @@ html.desktop.mbr-site-loaded
| You are already connected to free services! To manage your account, signup below.
br
.col-lg-6.col-md-6.col-sm-6.form-group(data-for='phone')
input#Phone-login.form-control.display-7(minlength="13" maxlength="13" type='tel' pattern='+[2-5]{3}[0-9]{3}[0-9]{6}' name='phone' placeholder='Phone Number' data-form-field='Phone' required='required' value='')
input#Phone-login.form-control.display-7(minlength="13" maxlength="13" type='tel' pattern='\+[2-5]{3}[0-9]{3}[0-9]{6}' name='phone' placeholder='Phone Number' data-form-field='Phone' required='required' value='')
.col-lg-6.col-md-6.col-sm-6.form-group(data-for='password')
input#Password-login.form-control.display-7(type='password' name='password' placeholder='Password' data-form-field='Password' required='required' value='')
.col-lg-12.col-md-12.col-sm-12.form-group(data-for='siBtn')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment