UNPKG

blinkosinstaller

Version:

The desktop installer for blinkOS, v1.0.0

23 lines 808 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>blinkOS Installer</title> <link rel="stylesheet" href="css/main.css"> </head> <body> <section> <!-- TODO add video clip --> <img id="placeholder" src="img/placeholder.png"/> <div id="text1"> <p class="step">Step 6</p> <p id="infotitle"><b>Locking the Bootloader</b></p> <p id="descrip1">At the prompt, press the Volume Up button, then press the Lock button.</p> </div> </section> </body> <footer id="footer1"> <a href="done.html"><button class="continue" id="page6Next">Next</button></a> <script type="text/javascript" src="lockBootloader.js"></script> </footer> </html>