Skip to content

Instantly share code, notes, and snippets.

@noinfo
Created October 12, 2020 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noinfo/b34bbf7dffb296cc486df80bff5834a7 to your computer and use it in GitHub Desktop.
Save noinfo/b34bbf7dffb296cc486df80bff5834a7 to your computer and use it in GitHub Desktop.
LP One Deep Linking Test
<html>
<head>
<title>LP One Deep Linking Test</title>
</head>
<body>
<h1>LP One Deep Linking Test</h1>
<ul>
<li><a href="lpone://">lpone - no deep link</a></li>
<li><a href="lpone://shifts">shifts</a></li>
<li><a href="lpone://routeknowledge">routeknowledge</a></li>
<li><a href="lpone://settings">settings</a></li>
<li><a href="lpone://protocol">protocol</a></li>
</ul>
</body
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment