Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dnyall authored Nov 19, 2024
1 parent 4e25553 commit 2e7d633
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/fa/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!-- <!DOCTYPE html>
<html lang="fa">
<head>
<meta charset="UTF-8">
Expand All @@ -10,3 +10,19 @@
<p>If you are not redirected automatically, follow this <a href="/docs/fa/guides">link</a>.</p>
</body>
</html>
-->

<!DOCTYPE html>
<html lang="fa">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redirecting...</title>
<script>
window.location.replace("/docs/fa/guides");
</script>
</head>
<body>
<p>If you are not redirected automatically, follow this <a href="/docs/fa/guides">link</a>.</p>
</body>
</html>

0 comments on commit 2e7d633

Please sign in to comment.