UNPKG

blinkosinstaller

Version:

The desktop installer for blinkOS, v1.0.0

21 lines 818 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> <div class="image"><img class="blink" id="logo" src="img/blink-logo.png" alt="blinkOS logo"></div> <p id="title">Done!<p> <p id="descrip">Continue setup on your device. Enjoy your new blinkOS phone!</p> </section> </body> <footer id="footer1"> <!-- Done button now closes window on completion. --> <a href="bootloader-lock.html"><button class="back" id="page7Back">Back</button></a> <button class="continue" id="Done" onclick="closeWindow()">Done</button> <script type="text/javascript" src="closeWindowOnDone.js"></script> </footer> </html>