This commit is contained in:
Marian Oancea 2015-02-05 05:08:08 +02:00
parent c1297aca47
commit 7d4ebe6cf1
3 changed files with 3 additions and 2 deletions

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: ./www/bin

View File

@ -15,7 +15,7 @@ block content
div.pull-left.icon-full-width
i.icon-bulb
div.pull-left
span.small-title nodes active
span.small-title active nodes
span.big-details {{nodesActive}}/{{nodesTotal}}
div.clearfix
div.col-xs-6.stat-holder

View File

@ -3,7 +3,7 @@ html(ng-app="netStatsApp")
head
meta(name="viewport", content="width=device-width, initial-scale=1.0, maximum-scale=1.0")
title= title
link(rel='stylesheet', href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700')
link(rel='stylesheet', href='//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700')
link(rel='stylesheet', href='/css/bootstrap.min.css')
link(rel='stylesheet', href='/css/minimal-icons.css')
link(rel='stylesheet', href='/css/animation.css')