15 lines
305 B
XML
15 lines
305 B
XML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>Weiterleiten …</title>
|
||
|
|
<meta http-equiv="refresh" content="0;url=/feed/">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<script type="text/javascript">
|
||
|
|
window.location = "/feed/";
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<p>Du wirst auf <a href="/feed/">/feed/</a> weitergeleitet</p>
|
||
|
|
</body>
|
||
|
|
</html>
|