Skip to content

Instantly share code, notes, and snippets.

@bunnyhawk
Created July 11, 2015 23:58
Show Gist options
  • Save bunnyhawk/f174dbf0018bc851a85b to your computer and use it in GitHub Desktop.
Save bunnyhawk/f174dbf0018bc851a85b to your computer and use it in GitHub Desktop.
Layout.jade for login-example
doctype html
html
head
title= title
meta(name='viewport', content='width=device-width, initial-scale=1.0')
link(href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css', rel='stylesheet', media='screen')
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content
script(src='//code.jquery.com/jquery.js')
script(src='//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment