-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 894 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 894 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Unity Deeplink | by @foolmoron & @hydezeke</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<script defer src='./main.js?v=5'></script>
</head>
<body>
<h3>Redirecting... please allow clipboard permissions, and pop-up permissions!</h3>
<button
onclick="openLink().catch(err => alert(err.toString()))"
style="font-size: 2rem; font-weight: bold;"
>
Open Link Manually
<span style="font-size: smaller;"><span style="font-size: smaller;">
(Click here then go back to Unity)
</span></span>
</button>
<br>
<br>
<div><a href="https://github.com/foolmoron/UnityDeeplink" target="_blank">Source Code (for nerds)</a></div>
</body>
</html>