Semaphore/lib/views/auth.jade

32 lines
869 B
Plaintext
Raw Normal View History

2014-08-24 19:36:34 +02:00
doctype
html
head
2014-08-24 23:00:05 +02:00
meta(http-equiv="Content-Type" content="text/html; charset=utf-8;")
2014-08-24 19:36:34 +02:00
meta(name="viewport" content="width=device-width, initial-scale=1.0")
block meta
title(ng-bind-template="{{ pageTitle }} - Semaphore") Semaphore
link(href="/favicon.ico" type="image/x-icon" rel="icon")
link(href="/favicon.ico" type="image/x-icon" rel="shortcut icon")
//- all css goes here
block css
link(rel="stylesheet" href="/css/semaphore.css")
body
.container-fluid(style="margin-top: 100px;")
.row
.col-sm-6.col-sm-offset-3
block content
ui-view(autoscroll="false")
p.lead.text-center
i.fa.fa-spin.fa-cog
| Loading...
block js
script(src="/vendor/requirejs/require.js" data-main="/js/semaphore_auth.js")
if use_analytics
!= newrelic.getBrowserTimingHeader()
//- page-specific js
block addonjs