Created
April 19, 2012 08:02
-
-
Save rs77/2419519 to your computer and use it in GitHub Desktop.
Jude Layout File with JQuery & Bootstrap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!!! | |
html | |
head | |
title= title | |
link(rel='stylesheet', href='/bootstrap/css/bootstrap.min.css') | |
link(rel='stylesheet', href='/bootstrap/css/bootstrap-responsive.min.css') | |
link(rel='stylesheet', href='/stylesheets/style.css') | |
script(src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js') | |
script(src='/bootstrap/js/bootstrap.min.js') | |
body | |
block content |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment