Skip to content

Commit 9e4494e

Browse files
authored
Add redirect
1 parent b61da1c commit 9e4494e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)