Update signing.html
Browse files- signing.html +1 -1
signing.html
CHANGED
|
@@ -48,7 +48,7 @@
|
|
| 48 |
<button onclick="openApp()"> Open </button>
|
| 49 |
|
| 50 |
<script>
|
| 51 |
-
const appPackage = "
|
| 52 |
function openApp() {
|
| 53 |
window.location.href = `${appPackage}://`//`intent://#Intent;package=${appPackage};end`;
|
| 54 |
}
|
|
|
|
| 48 |
<button onclick="openApp()"> Open </button>
|
| 49 |
|
| 50 |
<script>
|
| 51 |
+
const appPackage = "everydaydresscode"; // update with your actual Android package name
|
| 52 |
function openApp() {
|
| 53 |
window.location.href = `${appPackage}://`//`intent://#Intent;package=${appPackage};end`;
|
| 54 |
}
|