Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki authored Aug 17, 2023
1 parent cccd116 commit 51ff822
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting to https://www.pymc-labs.io</title>
<meta http-equiv="refresh" content="0; URL=https://www.pymc-labs.io">
</head>

<link rel="canonical" href="https://www.pymc-labs.io">
<head>
<meta http-equiv="refresh" content="0;url=https://www.pymc-labs.io">
</head>
<body>
<p>If you are not redirected, <a href="https://www.pymc-labs.io">click here</a>.</p>
</body>
</html>

0 comments on commit 51ff822

Please sign in to comment.