mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 08:19:31 +00:00
12 lines
410 B
Handlebars
12 lines
410 B
Handlebars
{{> mainPageHeader name='Log In' }}
|
|
|
|
<div class='mainForm'>
|
|
<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' value='Log In'/>
|
|
</form>
|
|
<a href='/password-reset'>Forgotten your password?</a>
|
|
</div>
|