Created
February 26, 2012 20:03
-
-
Save ric03uec/1918723 to your computer and use it in GitHub Desktop.
index.jade includes
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='/stylesheets/bootstrap/bootstrap.min.css') | |
link(rel='stylesheet', href='/stylesheets/bootstrap/bootstrap-responsive.min.css') | |
link(rel='stylesheet', href='/stylesheets/custom.css') | |
script(type='text/javascript', src='/js/lib/jquery/jquery-1.7.1.js') | |
script(type='text/javascript', src='/js/lib/bootstrap/bootstrap-modal.js') | |
script(type='text/javascript', src='/js/index.js'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment