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 b61da1c commit 9e4494eCopy full SHA for 9e4494e
index.html
@@ -0,0 +1,14 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <title>Redirecting to just-the-docs.com...</title>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <meta http-equiv="refresh" content="0; url='https://just-the-docs.com'" />
8
+ </head>
9
+ <body>
10
+ <main>
11
+ <h1>Redirecting to <a href="https://just-the-docs.com">https://just-the-docs.com</a>...</h1>
12
+ </main>
13
+ </body>
14
+</html>
0 commit comments