-
Notifications
You must be signed in to change notification settings - Fork 1
/
spotify_test.html
22 lines (20 loc) · 1.71 KB
/
spotify_test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<meta name="viewport" content="width=device-width">
</head>
<body>
<!-- <a href="https://spotify.link/2021Wrapped/?$ios_deepview=branch_default&_cpts=1637598404520" target="_blank">deepview</a></br>
<a href="https://spotify.link/2021Wrapped/?$ios_passive_deepview=branch_default&_cpts=1637598404520" target="_blank">passive deepview</a></br>
<a href="https://spotify.link/2021Wrapped/?$ios_nativelink=false&$ios_deepview=branch_default&_cpts=1637598404520" target="_blank">nativelink false and deepview</a></br>
<a href="https://spotify.link/2021Wrapped/?$ios_nativelink=false&$ios_passive_deepview=branch_default&_cpts=1637598404520" target="_blank">nativelink false and passive deepview</a></br>
<a href="https://spotify.link/2021Wrapped/?_cpts=1637598404520" target="_blank">no deepview params</a></br>
</br>
<a href="https://spotify.link/2021Wrapped/?$ios_nativelink=false&_cpts=1637598404520" target="_blank">nativelink false</a></br>
<a href="https://spotify.link/2021Wrapped/?$ios_nativelink=false&_cpts=1637598404520&$uri_redirect_mode=2" target="_blank">nativelink false uri 2</a></br>
<a href="https://spotify.link/2021Wrapped/?$ios_nativelink=false&_cpts=1637598404520">nativelink false no target blank</a></br> -->
<a href="https://spotify.link/2021Wrapped/" target="_blank">Target Blank Link</a></br>
<a href="https://spotify.link/2021Wrapped/">Non Target Blank Link</a></br>
<a href="https://spotify.link/2021Wrapped/?$ios_nativelink=false&_cpts=1637598404520&$uri_redirect_mode=2">URI Mode 2 no target blank</a></br>
<a href="https://spotify.link/2021Wrapped/?$ios_nativelink=false&_cpts=1637598404520&$uri_redirect_mode=2" target=_blank>URI Mode 2 target blank</a></br>
</body>
</html>