diff options
Diffstat (limited to 'inc/header.html')
-rw-r--r-- | inc/header.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/inc/header.html b/inc/header.html new file mode 100644 index 0000000..cd04df8 --- /dev/null +++ b/inc/header.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML> +<html> +<head> + <title>Funkfeuer Graz</title> + <meta charset="utf-8"> + <link rel="stylesheet" type="text/css" href="/css/new.css" /> + <link rel="alternate stylesheet" type="text/css" href="/css/legacy.css" title="legacy" /> +</head> +<body> +<!-- <div id="header"><img src="images/ffgraz-bg.png" alt="Funkfeuer Header" /></div> --> + <div id="header"></div> |