diff options
-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> |