forked from lichess-org/lichobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeepLinkTest.html
More file actions
40 lines (40 loc) · 2.51 KB
/
deepLinkTest.html
File metadata and controls
40 lines (40 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, minimum-scale=1.0, width=device-width" />
<title>lichess deep link test page</title>
</head>
<body>
<h1>lichess deep links using custom "lichess://" scheme</h1>
<ul>
<li><a href="lichess://2360tJXP/black">lichess://2360tJXP/black</a></li>
<li><a href="lichess://2360tJXP">lichess://2360tJXP</a></li>
<li><a href="lichess://analyse/2360tJXP/black">lichess://analyse/2360tJXP/black</a></li>
<li><a href="lichess://analyse/2360tJXP">lichess://analyse/2360tJXP</a></li>
<li><a href="lichess://training/10880">lichess://training/10880</a></li>
<li><a href="lichess://challenge/V5pcCBXL">lichess://challenge/V5pcCBXL</a></li>
</ul>
<h1>lichess deep links using normal "https://" scheme</h1>
<ul>
<li><a href="https://lichess.org/analysis">https://lichess.org/analysis</a></li>
<li><a href="https://lichess.org/analysis/1k6/1r6/2K5/Q7/8/8/8/8_w_-_-">https://lichess.org/analysis/1k6/1r6/2K5/Q7/8/8/8/8_w_-_-</a></li>
<li><a href="https://lichess.org/editor">https://lichess.org/editor</a></li>
<li><a href="https://lichess.org/editor/1k6/1r6/2K5/Q7/8/8/8/8_w_-_-">https://lichess.org/editor/1k6/1r6/2K5/Q7/8/8/8/8_w_-_-</a></li>
<li><a href="https://lichess.org/inbox">https://lichess.org/inbox</a></li>
<li><a href="https://lichess.org/inbox/new">https://lichess.org/inbox/new</a></li>
<li><a href="https://lichess.org/player">https://lichess.org/player</a></li>
<li><a href="https://lichess.org/b9G5UVbM">https://lichess.org/b9G5UVbM</a></li>
<li><a href="https://lichess.org/tournament/QsEkR4FO">https://lichess.org/tournament/QsEkR4FO</a></li>
<li><a href="https://lichess.org/tournament">https://lichess.org/tournament</a></li>
<li><a href="https://lichess.org/training/4760">https://lichess.org/training/4760</a></li>
<li><a href="https://lichess.org/training">https://lichess.org/training</a></li>
<li><a href="https://lichess.org/tv">https://lichess.org/tv</a></li>
<li><a href="https://lichess.org/tv/bullet">https://lichess.org/tv/bullet</a></li>
<li><a href="https://lichess.org/@/freefal">https://lichess.org/@/freefal</a></li>
<li><a href="https://lichess.org/@/freefal/perf/bullet">https://lichess.org/@/freefal/perf/bullet</a></li>
<li>Create your own challenge to test it</li>
</ul>
</body>
</html>