Skip to content

Commit

Permalink
feat: redirect to the GitHub homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Sep 14, 2023
1 parent 6f81c12 commit 08bc022
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting...</title>
<script type="text/javascript">
// Redirect to the GitHub homepage
location.href = "https://github.com/web-infra-dev";
</script>
</head>

<body>
Redirecting...
</body>
</html>

0 comments on commit 08bc022

Please sign in to comment.