Added html redirect

This commit is contained in:
Uttarayan Mondal
2021-03-08 12:44:14 +05:30
parent 11603829bb
commit db0768779a
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Meta Tag</title>
<meta http-equiv = "refresh" content = "0; url = https://uttarayan21.github.io/ntext-rs/ntext/index.html" />
</head>
<body>
<p>Redirecting to documentation</p>
</body>
</html>