mirror of
https://github.com/bodyrep/DemoApp.git
synced 2025-12-06 06:01:48 +00:00
14 lines
753 B
Plaintext
14 lines
753 B
Plaintext
script(src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js')
|
|
script(src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js')
|
|
script(src='http://jzaefferer.github.com/jquery-validation/jquery.validate.js')
|
|
//script(src='/javascripts/jquery.svg.min.js')
|
|
script(src='/javascripts/globalize.js')
|
|
script(src='/javascripts/cultures/globalize.culture.en-US.js')
|
|
|
|
script(src='/javascripts/scripts.js')
|
|
|
|
//script(src='/javascripts/livevalidation_standalone.compressed.js')
|
|
//link(rel='stylesheet', href='/stylesheets/smoothness/jquery-ui-1.8.20.custom.css',type='text/css' )
|
|
|
|
link(rel='stylesheet', href='/stylesheets/redmond/jquery-ui-1.10.0.custom.css',type='text/css' )
|
|
link(rel='stylesheet', href='/stylesheets/style.css') |