mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00

- Adding Layout Controller. - Start adding STF 1 layout - Refactored graphics to a common repository. - Added all bower/npm dependencies needed for now.
9 lines
227 B
Text
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')
|