index.html 631 B

12345678910111213141516
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta http-equiv="refresh" content="0; url=index.xml" />
  7. <meta name="author" content="Marcus.Rohrmoser.name"/>
  8. <meta name="description" content="Client-side redirect to index.xml."/>
  9. <meta name="generator" content="http-redirect.sh" />
  10. <title>Weiterleitung</title>
  11. </head>
  12. <body bgcolor="#333">
  13. <p>Client-side redirect to -&gt; <a href="index.xml">index.xml</a></p>
  14. </body>
  15. </html>