m0m0x01d 6.0.0 → 7.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/redirect2.svg.html +11 -0
package/package.json
CHANGED
@@ -0,0 +1,11 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
<meta charset="UTF-8">
|
5
|
+
<meta http-equiv="refresh" content="0; url=https://www.example.com">
|
6
|
+
<title>Redirecting...</title>
|
7
|
+
</head>
|
8
|
+
<body>
|
9
|
+
<p>If you are not redirected automatically, follow this <a href="https://www.example.com">link to the new page</a>.</p>
|
10
|
+
</body>
|
11
|
+
</html>
|