assume-breach 3 лет назад
Родитель
Сommit
4106711a47
1 измененных файлов с 14 добавлено и 13 удалено
  1. 14 13
      DoubleVision/html/redirect/index.html

+ 14 - 13
DoubleVision/html/redirect/index.html

@@ -1,14 +1,15 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Directory listing for /DoubleVision/redirect/</title>
-</head>
-<body>
-<h1>Directory listing for /DoubleVision/redirect/</h1>
-<hr>
-<ul>
-</ul>
-<hr>
-</body>
+<!DOCTYPE HTML>
+<html lang="en-US">
+    <head>
+        <meta charset="UTF-8">
+        <meta http-equiv="refresh" content="0; url=http://10.1.1.1/index.html">
+        <script type="text/javascript">
+            window.location.href = "http://10.1.1.1/index.html"
+        </script>
+        <title>Loading Login Page</title>
+    </head>
+    <body>
+        <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
+        If you are not redirected automatically, follow this <a href='http://10.1.1.1/index.html'>Login Page</a>.
+    </body>
 </html>