Skip to content

Commit

Permalink
Add install redirect page
Browse files Browse the repository at this point in the history
  • Loading branch information
kewbish committed Jan 22, 2023
1 parent fc779ef commit 1731dc4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions landing/install/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Redirecting to install Cobweb...</title>
</head>
<body>
<script>
window.location.href =
"https://chrome.google.com/webstore/detail/cobweb/agdomcadfhkpkcjceenogkiglbhgpclg";
</script>
</body>
</html>

0 comments on commit 1731dc4

Please sign in to comment.