Created
April 18, 2016 19:30
-
-
Save mtrudel/c6296507ec8351209f698b7146b4604c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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