app.yaml: Set api_version "go1".
[kraftakt.git] / templates / main.html
1 {{template "head.html" .}}
2       <p><strong>Kraftakt</strong> is a service that copies your
3       <em>Fitbit</em> data to <em>Google Fit</em>.</p>
4
5       <p><em>Kraftakt</em> connects with your <em>Fitbit</em> account and
6       subscribes to updates of your fitness data.</p>
7
8       <p>After signing in, you need to link <em>Kraftakt</em> with your
9       <em>Fitbit</em> and <em>Google Fit</em> accounts. This allows
10       <em>Kraftakt</em> to read your fitness data from <em>Fitbit</em> and
11       write fitness data to <em>Google Fit</em>.</p>
12
13       <div style="text-align: right; margin-right: 1em;">
14         <a href="/login" class="button raised">
15           Sign in
16         </a>
17       </div>
18     </div>
19 {{template "foot.html" .}}