2018-06-15 08:45:47 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<!--meta http-equiv="refresh" content="5;url=https://' + tokenData.domains.join(',') + '/?serviceport=' + tokenData.ports.join(',')" /-->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script>document.body.hidden = true;</script>
|
|
|
|
|
|
|
|
<div class="js-error" hidden>
|
2018-06-15 09:00:16 +00:00
|
|
|
<h1>Invalid Magic Link</h1>
|
|
|
|
<div class="js-magic-link">'{{magic_link}}' isn't a valid magic link code.
|
|
|
|
<br>Links are only good for 5 minutes, so you gotta act fast.
|
|
|
|
</div>
|
2018-06-15 08:45:47 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="js-magic" hidden>
|
|
|
|
<h1>Give us about 30 seconds...</h1>
|
|
|
|
We're initializing our connection, redirecting you to your device at
|
|
|
|
<a class="js-new-href">{{js-new-href}}</a>
|
|
|
|
which will then take a few seconds to initialize as it gets your https certificates for peer-to-peer, end-to-end encryption
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<small><pre><code class="js-token-data">{{js-token-data}}</code></pre></small>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script src="js/app.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|