blinkosinstaller
Version:
The desktop installer for blinkOS, v1.0.0
23 lines (22 loc) • 903 B
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 id="step">Step 4</p>
<p id="infotitle"><b>Unlocking 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="usb-debugging.html"><button class="back" id="page4Back">Back</button></a>
<a href="install.html"><button class="continue" id="page4Next">Next</button></a>
<script type="text/javascript" src="unlockBootloader.js"></script> </footer>