Инструменты пользователя

Инструменты сайта


show_text

Тип редиректа «Show text»

В ауте можно прописать обыкновенный текст, например:

Доступ запрещен

Meta refresh

<!DOCTYPE html>
<head>
<meta http-equiv="refresh" content="0; URL=https://landing.com">
</head>
<body>
The Document has moved <a href="https://landing.com">here</a>
</body>
</html>

JS redirect

<!DOCTYPE html>
<head>
<meta http-equiv="refresh" content="1; URL=https://landing.com">
<script type="text/javascript">window.location = "https://landing.com";</script>
</head>
<body>
The Document has moved <a href="https://landing.com">here</a>
</body>
</html>

Under construction

<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">
<title>Coming Soon</title>
</head>
<body>
Under construction
</body>
</html>

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki