-
Notifications
You must be signed in to change notification settings - Fork 9
/
authorize.html
32 lines (29 loc) · 940 Bytes
/
authorize.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fitbit Importer Authorization</title>
<link rel="stylesheet" href="assets/main.css">
<script src="authorize.js"></script>
</head>
<body>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<article class="post">
<header class="post-header">
<h1 class="post-title">Fitbit Importer Authorization</h1>
</header>
<div class="post-content">
<p style="text-align: center">
<a id="open-fitbit-importer" href="#">Continue in Shortcuts App</a>
</p>
<hr />
<p>Your account authorization data is stored on your device and is transmitted only to Fitbit.</p>
</div>
</article>
</div>
</main>
</body>
</html>