mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 04:53:28 +02:00
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
meta(charset='utf-8')
|
|
body(ng-cloak)
|
|
div(ng-view)
|
|
script(src='/static/lib/requirejs/require.js', data-main='static/scripts/main.js')
|