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