Browse Source

Add redirection

pull/1139/head
Thomas 3 years ago
parent
commit
754fa12b46
  1. 10
      apps/client/src/assets/index.html

10
apps/client/src/assets/index.html

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Ghostfol.io</title>
<link rel="canonical" href="https://ghostfol.io/en/" />
<meta name="robots" content="noindex" />
<meta charset="utf-8" />
<meta http-equiv="refresh" content="0; url=https://ghostfol.io/en/" />
</head>
</html>
Loading…
Cancel
Save