Skip to content

Commit a74747a

Browse files
committed
[lite] attempt for better redirect
1 parent 9767aba commit a74747a

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed

public/gephi-lite/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!doctype html>
2+
<title>Redirecting to: https://lite.gephi.org/</title>
3+
<noscript>
4+
<meta http-equiv="refresh" content="0;url=https://lite.gephi.org/" />
5+
</noscript>
6+
<script type="text/javascript">
7+
window.location.href = "https://lite.gephi.org/" + (window.location.search || "") + (window.location.hash || "");
8+
</script>
9+
<meta name="robots" content="noindex" />
10+
<link rel="canonical" href="https://lite.gephi.org/" />
11+
<body>
12+
<a href="https://lite.gephi.org/"
13+
>Redirecting from <code>gephi.org/gephi-lite</code> to <code>lite.gephi.org</code></a
14+
>
15+
</body>

src/pages/gephi-lite.astro

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)