mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 06:53:39 +02:00
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
meta(charset='utf-8')
|
|
title STF
|
|
body(ng-app='app', ng-cloak)
|
|
div(ng-view)
|
|
script(src='/static/build/bundle.js') |