Update signup.hbs
This commit is contained in:
parent
e5477411b6
commit
91d1e484f5
|
@ -56,7 +56,7 @@
|
||||||
<h1 class="gh-auth-title">Signup to {{@site.title}}</h1>
|
<h1 class="gh-auth-title">Signup to {{@site.title}}</h1>
|
||||||
<p>{{@site.description}}</p>
|
<p>{{@site.description}}</p>
|
||||||
<div class="gh-auth-box">
|
<div class="gh-auth-box">
|
||||||
<input class="gh-input" data-members-email type="email" placeholder="Type your email..." required="true" autocomplete="false" />
|
<input class="gh-input" data-members-email type="email" placeholder="youremail@example.com" required="true" autocomplete="false" autofocus />
|
||||||
<button class="gh-button gh-button-primary" type="submit">
|
<button class="gh-button gh-button-primary" type="submit">
|
||||||
<span class="gh-button-content">Continue</span>
|
<span class="gh-button-content">Continue</span>
|
||||||
<span class="gh-button-loader">{{> "icons/loader"}}</span>
|
<span class="gh-button-loader">{{> "icons/loader"}}</span>
|
||||||
|
@ -72,4 +72,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>.pico-cta{display:none;}</style>
|
<style>.pico-cta{display:none;}</style>
|
||||||
|
|
Loading…
Reference in New Issue