Files
stf-DeviceFarmer/res/auth-ldap/views/index.jade
Gunther Brunner a3870f93e9 - Adding data folder for external data.
- Adding Layout Controller.
- Start adding STF 1 layout
- Refactored graphics to a common repository.
- Added all bower/npm dependencies needed for now.
2014-03-11 18:43:53 +09:00

10 lines
227 B
Plaintext

doctype html
html
head
title STF
meta(charset='utf-8')
include partials/styles
body(ng-cloak)
div(ng-view)
script(src='/static/bower_components/requirejs/require.js', data-main='static/scripts/main.js')