diff options
author | Christian Pointner <equinox@ffgraz.net> | 2011-05-08 23:22:49 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2011-05-08 23:22:49 +0000 |
commit | 89f1381203140e2c1badda4267f8a68f7d37cd25 (patch) | |
tree | 1ee08be891cbb2ba2d5cbf3f30aad893732167aa /inc/de/header.html | |
parent | d638ca18c94bb487f1cbc80a8c70c315c49b090b (diff) |
introduced multi-lang support
Diffstat (limited to 'inc/de/header.html')
-rw-r--r-- | inc/de/header.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/de/header.html b/inc/de/header.html new file mode 100644 index 0000000..f0be10f --- /dev/null +++ b/inc/de/header.html @@ -0,0 +1,9 @@ +<!DOCTYPE HTML> +<html> +<head> + <title>Funkfeuer Graz</title> + <meta charset="utf-8"> + <link rel="stylesheet" type="text/css" href="/css/ffgraz.css" /> +</head> +<body> + <div id="header"></div> |