diff options
| -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/> |
