mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 12:39:28 +00:00
13 lines
482 B
Handlebars
13 lines
482 B
Handlebars
{{> mainPageHeader name='Log In' }}
|
|
|
|
<div class='formContainer'>
|
|
<form action='/login' method='post'>
|
|
<input type='email' id='email' name='email' placeholder='Email Address' required/>
|
|
<input type='password' id='password' name='password' placeholder='Password' required/>
|
|
|
|
<input type='submit' class='btn btn--primary btn--full' value='Log In'/>
|
|
</form>
|
|
<a href='/register'>Not got an account yet? Sign up</a>
|
|
<a href='/password-reset'>Forgotten your password?</a>
|
|
</div>
|