Skip to content

Commit

Permalink
add index.html, redirect to "https://github.com/foldright"
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Apr 27, 2023
1 parent 1289bdc commit 78c6254
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## FoldRight

Be right, my friend!
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<script language="javascript" type="text/javascript">
window.location.href="https://github.com/foldright"
</script>
</head>
<body></body>
</html>

0 comments on commit 78c6254

Please sign in to comment.