blinkosinstaller
Version:
The desktop installer for blinkOS, v1.0.0
24 lines • 981 B
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/usb-debugging.mp4" type="video/mp4">
</video>
<div id="text1">
<p class="step">Step 3</p>
<p id="infotitle"><b>Enabling USB debugging</b></p>
<p id="descrip1">Scroll down to “USB Debugging”. Flip the switch to turn it on. When you get a pop-up, hit “OK”. At the second pop-up check the box and hit “OK”.</p>
</div>
</section>
</body>
<footer id="footer1">
<a href="oem-unlocking.html"><button class="back" id="page3Back">Back</button></a>
<a href="bootloader-unlock.html"><button class="continue" id="page3Next">Next</button></a>
</footer>
</html>