1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/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

9 lines
227 B
Text

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')