views: rename dashboard title

This commit is contained in:
5chdn 2018-12-01 19:14:42 +01:00
parent bfa888c243
commit 432627fd31
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@ doctype html
html(ng-app="netStatsApp")
head
meta(name="viewport", content="width=device-width, initial-scale=1.0, maximum-scale=1.0")
title TEO Network Status
title Görli Network Status
style(type="text/css") [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }
link(rel='stylesheet', href='//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700')
link(rel='stylesheet', href='/css/netstats.min.css')
@ -12,5 +12,4 @@ html(ng-app="netStatsApp")
link(rel='shortcut icon', type="image/x-icon", href="/favicon.ico")
body
block content
script(src="/js/netstats.min.js")