Spaces:
Sleeping
Sleeping
Update best.html
Browse files
best.html
CHANGED
@@ -2,10 +2,11 @@
|
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
-
<meta http-equiv="refresh" content="0; url=http://riverpsy.com/best_curse">example.com">
|
6 |
<title>Redirecting...</title>
|
|
|
|
|
|
|
7 |
</head>
|
8 |
<body>
|
9 |
-
<p>Redirecting to <a href="http://riverpsy.com/best_curse">example.com</a>...</p>
|
10 |
</body>
|
11 |
</html>
|
|
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
|
|
5 |
<title>Redirecting...</title>
|
6 |
+
<script type="text/javascript">
|
7 |
+
window.location.href = "https://riverpsy.com/best_curse";
|
8 |
+
</script>
|
9 |
</head>
|
10 |
<body>
|
|
|
11 |
</body>
|
12 |
</html>
|