From 6b1618403e820c247c8d09fd15f5b6a92d393e1e Mon Sep 17 00:00:00 2001 From: NidhiDixit09 <93544270+NidhiDixit09@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:14:20 -0800 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8336774..bf60cab 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ function register() { navigator.registerProtocolHandler( "web+uwptestapp", - "https://nidhidixit09.github.io/loadApp.html/uri=%s", + "https://nidhidixit09.github.io/loadApp.html", "UWPTestApp", ); }