Skip to content

Instantly share code, notes, and snippets.

@mtrudel
Created April 18, 2016 19:30
Show Gist options
  • Save mtrudel/c6296507ec8351209f698b7146b4604c to your computer and use it in GitHub Desktop.
Save mtrudel/c6296507ec8351209f698b7146b4604c to your computer and use it in GitHub Desktop.
<html>
<head>
<meta property="al:ios:url" content="applinks://docs" />
<meta property="al:ios:app_store_id" content="12345" />
<meta property="al:ios:app_name" content="App Links" />
<meta property="al:android:url" content="applinks://docs" />
<meta property="al:android:app_name" content="App Links" />
<meta property="al:android:package" content="org.applinks" />
<meta property="al:web:url"
content="http://applinks.org/documentation" />
</head>
<body>
Hello, world!
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment