Add index.html redirect
dkl9

dkl9 commited on 2023-184 18:48:55
Showing 1 changed files, with 11 additions and 0 deletions.

... ...
@@ -0,0 +1,11 @@
1
+<!doctype html>
2
+<html>
3
+    <head>
4
+        <meta charset="utf-8">
5
+        <meta http-equiv="refresh" content"0;URL=rtensor.xhtml">
6
+        <title>Redirecting to rtensor.xhtml</title>
7
+    </head>
8
+    <body>
9
+        <p>If you're not redirected automatically: <a href="rtensor.xhtml">follow the link</a></p>
10
+    </body>
11
+</html>
0 12