Skip to content

Commit

Permalink
Add CNAME & index files
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 20, 2025
1 parent 2d5456f commit 0843894
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
felis.alice-bob.com
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<!--
Redirect the users of "felis.alice-bob.com" to Alice & Bob's website
Felis page.
This page is copied at the root when deploying to GitHub pages.
-->
<head>
<meta http-equiv="refresh" content="0; url='https://alice-bob.com/products/quantum-cloud-felis/'" />
</head>
</html>
9 changes: 9 additions & 0 deletions samples/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<html>
<!--
Redirect the users of "felis.alice-bob.com" to the samples repository.
This page is copied at the root when deploying to GitHub pages.
-->
<head>
<meta http-equiv="refresh" content="0; url='https://github.com/Alice-Bob-SW/felis/tree/main/samples'" />
</head>
</html>

0 comments on commit 0843894

Please sign in to comment.