Skip to content

Commit

Permalink
mansar.io
Browse files Browse the repository at this point in the history
  • Loading branch information
MuneebAnsari committed Apr 17, 2024
1 parent 16031e0 commit 3a78557
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions welcome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>welcome</title>
</head>
<body>
<p>redirecting...</p>

<script>
const customScheme =
"com.etr407.ciam.androidharness://login.mansar.io/custom";
window.location.href = customScheme;
function redirect() {
// const packageName = "com.mobile.a407.selfserviceandroid";
const customScheme =
"com.etr407.ciam.androidharness://login.mansar.io/custom";
}
</script>
</head>
<body>
<!-- <body onload="redirect()"> -->
<p>redirecting...</p>
</body>
</html>

0 comments on commit 3a78557

Please sign in to comment.