blob: 93f554f1699fec41e1ddd53c959cc007eae351f6 (
plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
<ul id="nav">
<li class="nav-section">
<div class="nav-section-header empty">
<a href="<?cs var:toroot ?>wear/preview/index.html">
Wear Developer Preview
</a></div>
</li>
<li class="nav-section">
<div class="nav-section-header empty">
<a href="<?cs var:toroot ?>wear/preview/program.html">
Program Overview
</a></div>
</li>
<li class="nav-section">
<div class="nav-section-header">
<a href="<?cs var:toroot ?>wear/preview/api-overview.html">
API Overview
</a></div>
<ul>
<li><a href="<?cs var:toroot ?>wear/preview/features/wear-apk.html">
Wear APKs</a></li>
<li><a href="<?cs var:toroot ?>wear/preview/features/complications.html">
Complications</a></li>
</ul>
</li>
<li class="nav-section">
<div class="nav-section-header empty">
<a href="<?cs var:toroot ?>wear/preview/downloads.html">
Downloads
</a></div>
</li>
<li class="nav-section">
<div class="nav-section-header empty">
<a href="<?cs var:toroot ?>wear/preview/start.html">
Get Started
</a></div>
</li>
<li class="nav-section">
<div class="nav-section-header empty">
<a href="<?cs var:toroot ?>wear/preview/license.html">
License Agreement
</a></div>
</li>
</ul>
|