diff options
author | Christian Pointner <equinox@ffgraz.net> | 2012-09-08 15:50:01 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2012-09-08 15:50:01 +0000 |
commit | ecb5600dbaada5a473ad8541fcd239c4092d83d4 (patch) | |
tree | 82739ad2d1afa774d6d75b8f208230909bf3cb6e /inc/header.html | |
parent | 4959733f8cf8f2d7178f10a506dba6541c69af2f (diff) |
added Funkfeuer CI based style
Diffstat (limited to 'inc/header.html')
-rw-r--r-- | inc/header.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/header.html b/inc/header.html index f0be10f..6ae7bb2 100644 --- a/inc/header.html +++ b/inc/header.html @@ -3,7 +3,8 @@ <head> <title>Funkfeuer Graz</title> <meta charset="utf-8"> - <link rel="stylesheet" type="text/css" href="/css/ffgraz.css" /> + <link rel="stylesheet" title="Funkfeuer Graz" type="text/css" href="/css/ffgraz.css" /> + <link rel="alternate stylesheet" title="Funkfeuer CI" type="text/css" href="/css/ffci.css" /> </head> <body> <div id="header"></div> |