Zeige diese Seite auf Deutsch
This form generates the code for a redirection to an other page.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0; url=http://example.com/" />
<title>Weiterleitung</title>
</head>
<body>
<p>The document has been moved to
<a href="http://example.com/">http://example.com/</a>. </p>
</body>
</html>