UNPKG

blinkosinstaller

Version:

The desktop installer for blinkOS, v1.0.0

24 lines 973 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> <video width="108" height="auto" autoplay loop> <source src="img/developer-mode.mp4" type="video/mp4"> </video> <div id="text1"> <p id="step">Step 1</p> <p id="infotitle"><b>Enabling developer mode</b></p> <p id="descrip1">Go to the Settings app on your Pixel. Go to "About Phone" and scroll down to the bottom. Tap "Build Number" until you see a message saying "You are a developer!"</p> </div> </section> </body> <footer id="footer1"> <a href="index.html"><button class="back" id="page2Back">Back</button></a> <a href="oem-unlocking.html"><button class="continue" id="page2Next">Next</button></a> </footer> </html>