UNPKG

node-deeplink

Version:

Easily create an endpoint in your web server that redirects deep links to mobile apps

21 lines (19 loc) 501 B
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>{{title}}</title> </head> <body> <script type="text/javascript" src="script.js"></script> <script type="text/javascript"> var options = { fallback: '{{fallback}}', url: '{{url}}', ios_store_link: '{{ios_store_link}}', android_package_name: '{{android_package_name}}' }; deepLink(options); </script> </body> </html>