view views/login.jade @ 5:af9f5b94c019

receive tweets
author Mathias Gebbe <mgebbe@intevation.de>
date Fri, 06 Jun 2014 14:42:28 +0200
parents 98a070c98982
children 2123f355ab68
line wrap: on
line source
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')    

 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')
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)