Mercurial > pumpbridge
diff views/login.jade @ 0:b73191efc65b
Initial import of pumpbridge (bloody bloody alpha)
author | Mathias Gebbe <mgebbe@intevation.de> |
---|---|
date | Thu, 05 Jun 2014 10:35:15 +0200 |
parents | |
children | 98a070c98982 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/views/login.jade Thu Jun 05 10:35:15 2014 +0200 @@ -0,0 +1,24 @@ +doctype html +html(lang="en") + head + title= pageTitle + + link(rel='stylesheet', href='/stylesheets/style.css') + link(rel='stylesheet', href='/stylesheets/bootstrap.min.css') + link(rel='icon', href='/images/favicon.ico',type='image/x-icon') + + // load jquery + script(src='https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js') + + body + block content + .main + h1(class='headline') pumpbridge.<br>connecting social networks + form(action='/login', method='post') + + input(class='login',id='webfinger',name='webfinger',size=30,type='text',placeholder='user@pumpnetwork.com') + br + input(type='checkbox',name='rememberme',value='Remember me') + span(style='font-size:17px') save login. + br + input(type='submit',class='btn btn-primary',value='Login')