diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-09 17:59:38 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-09 18:00:20 -0400 |
| commit | 525ef01b278fda38a6697d45ad0ae220c22fc2dc (patch) | |
| tree | 93c8772e5d6b485a7737905d6847103c7bfd514c /static | |
| parent | 2427ea0db64d58ffd48df385664fc5cb138aef42 (diff) | |
add header links for each device-channel header
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 60 |
1 files changed, 48 insertions, 12 deletions
diff --git a/static/releases.html b/static/releases.html index 59304716..e348556d 100644 --- a/static/releases.html +++ b/static/releases.html @@ -68,42 +68,60 @@ </h2> <div id="crosshatch-stable"> - <h3>Pixel 3 XL</h3> + <h3> + Pixel 3 XL + <a href="#crosshatch-stable">¶</a> + </h3> <p>Version: <a>loading...</a></p> <a>Factory image url loading...</a><br/> <a>Factory image signature loading...</a><br/> <a>OTA update url loading...</a> </div> <div id="blueline-stable"> - <h3>Pixel 3</h3> + <h3> + Pixel 3 + <a href="#blueline-stable">¶</a> + </h3> <p>Version: <a>loading...</a></p> <a>Factory image url loading...</a><br/> <a>Factory image signature loading...</a><br/> <a>OTA update url loading...</a> </div> <div id="taimen-stable"> - <h3>Pixel 2 XL</h3> + <h3> + Pixel 2 XL + <a href="#taimen-stable">¶</a> + </h3> <p>Version: <a>loading...</a></p> <a>Factory image url loading...</a><br/> <a>Factory image signature loading...</a><br/> <a>OTA update url loading...</a> </div> <div id="walleye-stable"> - <h3>Pixel 2</h3> + <h3> + Pixel 2 + <a href="#walleye-stable">¶</a> + </h3> <p>Version: <a>loading...</a></p> <a>Factory image url loading...</a><br/> <a>Factory image signature loading...</a><br/> <a>OTA update url loading...</a> </div> <div id="marlin-stable"> - <h3>Pixel XL (legacy)</h3> + <h3> + Pixel XL (legacy) + <a href="#marlin-stable">¶</a> + </h3> <p>Version: <a>loading...</a></p> <a>Factory image url loading...</a><br/> <a>Factory image signature loading...</a><br/> <a>OTA update url loading...</a> </div> <div id="sailfish-stable"> - <h3>Pixel (legacy)</h3> + <h3> + Pixel (legacy) + <a href="#sailfish-stable">¶</a> + </h3> <p>Version: <a>loading...</a></p> <a>Factory image url loading...</a><br/> <a>Factory image signature loading...</a><br/> @@ -116,42 +134,60 @@ </h2> <div id="crosshatch-beta"> - <h3>Pixel 3 XL</h3> + <h3> + Pixel 3 XL + <a href="#crosshatch-beta">¶</a> + </h3> <p>Version: <a>loading...</a></p> <a>Factory image url loading...</a><br/> <a>Factory image signature loading...</a><br/> <a>OTA update url loading...</a> </div> <div id="blueline-beta"> - <h3>Pixel 3</h3> + <h3> + Pixel 3 + <a href="#blueline-beta">¶</a> + </h3> <p>Version: <a>loading...</a></p> <a>Factory image url loading...</a><br/> <a>Factory image signature loading...</a><br/> <a>OTA update url loading...</a> </div> <div id="taimen-beta"> - <h3>Pixel 2 XL</h3> + <h3> + Pixel 2 XL + <a href="#taimen-beta">¶</a> + </h3> <p>Version: <a>loading...</a></p> <a>Factory image url loading...</a><br/> <a>Factory image signature loading...</a><br/> <a>OTA update url loading...</a> </div> <div id="walleye-beta"> - <h3>Pixel 2</h3> + <h3> + Pixel 2 + <a href="#walleye-beta">¶</a> + </h3> <p>Version: <a>loading...</a></p> <a>Factory image url loading...</a><br/> <a>Factory image signature loading...</a><br/> <a>OTA update url loading...</a> </div> <div id="marlin-beta"> - <h3>Pixel XL (legacy)</h3> + <h3> + Pixel XL (legacy) + <a href="#marlin-beta">¶</a> + </h3> <p>Version: <a>loading...</a></p> <a>Factory image url loading...</a><br/> <a>Factory image signature loading...</a><br/> <a>OTA update url loading...</a> </div> <div id="sailfish-beta"> - <h3>Pixel (legacy)</h3> + <h3> + Pixel (legacy) + <a href="#sailfish-beta">¶</a> + </h3> <p>Version: <a>loading...</a></p> <a>Factory image url loading...</a><br/> <a>Factory image signature loading...</a><br/> |
