-
Code's Tags
-
Your Codes
-
Reffers
-
Linked Codes
|
Code:
Short link for Twitter:
HTML:
HTML view:
Copy Source | Copy HTML- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <title>Сайт переехал</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <script type="text/javascript">
- <!--
- function delayer(){
- window.location = "http://dvf.su<?=$_SERVER['REQUEST_URI']?>"
- }
- //-->
- </script>
- </head>
- <body style="text-align: center" onLoad="setTimeout('delayer()', 5000)">
- <p>Сайт переехал на домен <a href="http://dvf.su">dvf.su</a></p>
- <p style="font-size: 20px">Запрошенная статья доступна по адресу:
- <a href="http://dvf.su<?=$_SERVER['REQUEST_URI']?>">http://dvf.su<?=$_SERVER['REQUEST_URI']?></a>
- </p>
- <p>Через 5 секунд вы автоматически перейдёте на эту страницу.</p>
- </body>
- </html>
|