Skip to content

Instantly share code, notes, and snippets.

@shimar
Last active August 29, 2015 13:57
Show Gist options
  • Save shimar/9719033 to your computer and use it in GitHub Desktop.
Save shimar/9719033 to your computer and use it in GitHub Desktop.
doctype html
html
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='viewport', content='width=device-width,initial-scale=1.0')
title= title
link(rel='stylesheet', href='//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css')
block css
body
div.container-fluid // or div.container
block content
script(src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js')
script(src='//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js')
block script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment