Skip to content

Commit

Permalink
add some html to redirect from old pages
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Aug 1, 2024
1 parent 2e9ce32 commit 8dd5008
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8" />
<meta http-equiv="refresh" content="0; url=https://tket.quantinuum.com/user-guide/" />
<script type="text/javascript">
window.location.href = "../user-guide/"
</script>
<title>TKET docs have moved to tket.quantinuum.com</title>
</head>

<body>
<p>
If you are not redirected automatically, follow
<a href="../user-guide/">this link to the user guide on tket.quantinuum.com</a>.
</p>
</body>

</html>
20 changes: 20 additions & 0 deletions user-manual/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8" />
<meta http-equiv="refresh" content="0; url=https://tket.quantinuum.com/user-guide/" />
<script type="text/javascript">
window.location.href = "../user-guide/"
</script>
<title>TKET docs have moved to tket.quantinuum.com</title>
</head>

<body>
<p>
If you are not redirected automatically, follow
<a href="../user-guide/">this link to the user guide on tket.quantinuum.com</a>.
</p>
</body>

</html>

0 comments on commit 8dd5008

Please sign in to comment.