Last active
April 10, 2017 07:27
-
-
Save JMPerez/a40bc441e55e93e50910fd05a18cf88c 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 name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | |
<style> | |
a { | |
display: block; | |
padding: 1em; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Testing Universal Deep Linking</h1> | |
<a href="https://open.spotify.com/user/spotify_latino/playlist/1T6MNA5FbPylNjI7c3SryX">Playlist - Viva Latino</a><br/> | |
<a href="https://open.spotify.com/artist/3WrFJ7ztbogyGnTHbHJFl2">Artist - The Beatles</a><br/> | |
<a href="https://open.spotify.com/track/4bDUpFkQtAIbRPVfaKeD6n">Track - La Deriva</a><br/> | |
<a href="https://open.spotify.com/show/0083j8754nwoqFOPzto0tU">Show - Take off</a><br/> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment