diff options
author | egon_ffj <egon@freifunk-jena.de> | 2011-02-26 08:48:48 (GMT) |
---|---|---|
committer | egon_ffj <egon@freifunk-jena.de> | 2011-02-26 08:48:48 (GMT) |
commit | b4e51dd7eefea07cf59730fedf3144f70ba36fd5 (patch) | |
tree | 44ce67c976c654a01562615ad02479e2fe1b162d /files/www | |
parent | 5b3d28f193cc62eb7c21e96bd023dca1748d72ce (diff) |
* added xhtml header and footer to splash.html
Diffstat (limited to 'files/www')
-rw-r--r-- | files/www/splash.html | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/files/www/splash.html b/files/www/splash.html index b5f5838..d33126b 100644 --- a/files/www/splash.html +++ b/files/www/splash.html @@ -1,7 +1,23 @@ -<div id="maincontent"> +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" + xml:lang="en" lang="en"> + +<head> + <title>Freifunk Jena</title> + <link rel="stylesheet" type="text/css" href="/ffj.css" /> + + +</head> +<body> +<div id="maincontent"> +<img src="/ff-jena_signet.png" /> <h2><a id="content" name="content">Willkommen!</a></h2> @@ -42,3 +58,5 @@ unser Netz verwenden. Dann wirst du erneut aufgefordet, diese Bedingungen zu akz </div> +</body> +</html> |