blob: cdee51498091c6c4075f9ef873012e95191f65a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?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 style="margin:0px;">
<!-- <div style="width:100%;padding:0px;background-color: #E5E5E5;text-align: center"><a href="targeturl">Weiter zur gesuchten Seite...</a></div>/-->
<iframe src="http://www.freifunk-jena.de/" width="100%" height="1000px"></iframe>
</body>
</html>
|