We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9767aba commit a74747aCopy full SHA for a74747a
public/gephi-lite/index.html
@@ -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
0 commit comments