Add index.html redirect

This commit is contained in:
Uttarayan Mondal
2021-03-15 01:31:46 +05:30
parent d5ecda4c73
commit fcf47cbac9
+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/rapr-rs/rapr/index.html" />
</head>
<body>
<p>Redirecting to documentation</p>
</body>
</html>