index.html 497 B

12345678910111213141516171819
  1. <html>
  2. <head>
  3. <title>Unlock root partition</title>
  4. </head>
  5. <body>
  6. <div style="text-align: center;"><IMG SRC="./unicorn.gif" ALT="image">
  7. <form name="form1" method="post" action="/cgi-bin/post.sh">
  8. <p><!-- <TPL:MESSAGE> -->Enter luks passphrase to unlock the main partition
  9. <input name="Text_Field" type="password" id="Text_Field">
  10. </p>
  11. <p>
  12. <input type="submit" name="Submit" value="Unlock">
  13. </p>
  14. </form>
  15. </div>
  16. </body>
  17. </html>