Last active
August 29, 2015 14:24
-
-
Save DavidMihola/ce476dcd000d26ec7578 to your computer and use it in GitHub Desktop.
This file contains hidden or 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="og:title" content="My First App Link" /> | |
<meta property="al:android:app_name" content="Kleine Zeitung" /> | |
<meta property="al:android:package" content="com.tailoredapps" /> | |
<meta property="al:android:class" content="com.kleinezeitung.next.SplashScreen_" /> | |
<meta property="al:web:url" content="http://www.tailored-apps.com" /> | |
<meta property="al:web:should_fallback" content="false" /> | |
</head> | |
<body> | |
Hello, world! | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment