blinkosinstaller
Version:
The desktop installer for blinkOS, v1.0.0
25 lines (24 loc) • 1.01 kB
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/oem-unlock.mp4" type="video/mp4">
</video>
<div id="text1">
<p class="step">Step 2</p>
<p id="infotitle"><b>Enabling OEM Unlocking</b></p>
<p id="descrip1">Go back, and then go to "System", tap "Advanced", and tap "Developer Options". Scroll to “OEM Unlocking” and flip the switch to turn it on. On the pop-up, hit “Enable”.</p>
</div>
</section>
</body>
<footer id="footer1">
<a href="../../../Downloads/developer-mode.html"><button class="back" id="page2Back">Back</button></a>
<a href="usb-debugging.html"><button class="continue" id="page2Next">Next</button></a>
</footer>
</html>