Skip to content

Commit

Permalink
feat: auto redirect from root
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez committed Jul 2, 2024
1 parent 75535ae commit 4caf9d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=dash_sdk/index.html" />
<title>Redirecting...</title>
</head>
<body>
<p>If you are not redirected automatically, follow the <a href="dash_sdk/index.html">link to the documentation</a>.</p>
</body>
</html>

0 comments on commit 4caf9d5

Please sign in to comment.