Skip to content

Commit

Permalink
initial commit, redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Dec 21, 2023
0 parents commit fbecad8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<html>
<script>
// redirect exact url to hb-app.store domain
window.location.href = 'https://hb-app.store' + window.location.pathname;
</script>
<noscript>
<meta http-equiv="refresh" content="0; url=https://hb-app.store">
</noscript>
</html>
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Serverless redirector for hbapp.store -> hb-app.store URLs

0 comments on commit fbecad8

Please sign in to comment.