blinkosinstaller
Version:
The desktop installer for blinkOS, v1.0.0
25 lines (24 loc) • 1 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>blinkOS Installer</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<section>
<div class="image"><img class="blink" id="logo" src="img/blink-logo.png" alt="blinkOS logo"></div>
<div class="main-text">
<p id="title"><b>Welcome to blinkOS!</b></p>
<p id="descrip">In just a matter of minutes, you'll have a private and simple phone.</p>
<p id="warning"><b>WARNING:</b> Installing blinkOS will delete all the data on your phone! Back up any important data.</p>
</div>
</section>
</body>
<footer>
<section>
<p id="skip">Already have an unlocked bootloader? Click <a href="install.html" id="skip-link">here</a>.</p>
<a href="developer-mode.html"><button class="continue" id="page1Next">Next</button></a>
</section>
</footer>
</html>