diff options
Diffstat (limited to 'views/layout.erb')
-rw-r--r-- | views/layout.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/layout.erb b/views/layout.erb index 1a18d87..bb33c60 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -7,6 +7,7 @@ <meta name="description" content="Gentoo Infrastructure Status provides information on the status of the services the Gentoo Linux distribution offers to its developers and users."> <link href="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/tyrian.min.css" rel="stylesheet" media="screen"> + <link href="/assets/css/infra-status.css" rel="stylesheet" media="screen"> <link rel="icon" href="http://www.gentoo.org/favicon.ico" type="image/x-icon"> </head> <body> |