freeCodeCamp/views/layout.jade

20 lines
554 B
Plaintext
Raw Normal View History

!!!
html(ng-app="myApp")
head
meta(charset='utf8')
base(href='/')
title Angular Express Bootstrap Seed App
2013-11-14 05:46:43 +00:00
link(rel='stylesheet', href='/css/bootstrap.css')
link(rel='stylesheet', href='/css/todc-bootstrap.css')
link(rel='stylesheet', href='/css/app.css')
body
block body
2013-11-14 05:46:43 +00:00
script(src='/js/lib/angular.js')
script(src='/js/lib/angular-route.js')
2013-11-14 05:36:54 +00:00
script(src='/js/app.js')
script(src='/js/services.js')
script(src='/js/controllers.js')
script(src='/js/filters.js')
script(src='/js/directives.js')