diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-05 09:45:09 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-05 09:46:56 -0500 |
| commit | d78ceb1e9b4c9eb767db994182a547472fcfeef7 (patch) | |
| tree | 64ae3b7a56a5b30a6f3e57a370cbaee7d1c20214 /static/web-install.html | |
| parent | ebfef1f23b96a9eee63be18febc989d3d1eda880 (diff) | |
add stub download implementation
Diffstat (limited to 'static/web-install.html')
| -rw-r--r-- | static/web-install.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/static/web-install.html b/static/web-install.html index 169969ee..963b8700 100644 --- a/static/web-install.html +++ b/static/web-install.html @@ -139,6 +139,19 @@ confirm.</p> </section> + <section id="obtaining-factory-images"> + <h2><a href="#obtaining-factory-images">Obtaining factory images</a></h2> + + <p>You need to obtain the GrapheneOS factory images for your device to proceed with + the installation process.</p> + + <p>Press the button below to start the download:</p> + + <button id="download-release" disabled="disabled">Download release</button> + + <p><strong>Download not implemented yet.</strong></p> + </section> + <section> <h2>Incomplete</h2> </section> |
