mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
17 lines
520 B
Plaintext
17 lines
520 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
meta(charset='utf-8')
|
|
title STF
|
|
body(ng-app='app', ng-cloak).bg-1.fill-height
|
|
div(ng-controller='LayoutCtrl').fill-height
|
|
div(pane).fill-height
|
|
.pane-top-bar(pane, pane-anchor='north', pane-size='46px', pane-min='46px', pane-max='46px', pane-handle='')
|
|
div(ng-include='"menu.jade"')
|
|
socket-state
|
|
div(growl)
|
|
div(pane, pane-anchor='center').fill-height
|
|
div(ng-view).fill-height
|
|
|
|
script(src='/static/build/bundle.js')
|