mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 06:54:03 +02:00
13 lines
444 B
Plaintext
13 lines
444 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
title STF
|
|
base(href='/')
|
|
meta(charset='utf-8')
|
|
meta(name='viewport', content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui')
|
|
include partials/styles
|
|
body(ng-cloak)
|
|
div(ng-view)
|
|
script(src='static/bower_components/requirejs/require.js', data-main='static/auth/ldap/scripts/main.js')
|
|
script(src='static/bower_components/stf-analytics/analytics.js')
|