diff options
author | egon0 <ms@resonar.de> | 2011-02-26 08:48:48 (GMT) |
---|---|---|
committer | egon0 <ms@resonar.de> | 2011-02-26 08:48:48 (GMT) |
commit | 8bb14f654f7fbc51711f40c3251df3d502085425 (patch) | |
tree | 44ce67c976c654a01562615ad02479e2fe1b162d /files | |
parent | 7fbd340378c7b5947fc43af9e93f2d35dff7fd8d (diff) |
* added xhtml header and footer to splash.html
Diffstat (limited to 'files')
-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> |