12345678910111213141516171819 |
- <html>
- <head>
- <title>Unlock root partition</title>
- </head>
-
- <body>
- <div style="text-align: center;"><IMG SRC="./unicorn.gif" ALT="image">
- <form name="form1" method="post" action="/cgi-bin/post.sh">
- <p><!-- <TPL:MESSAGE> -->Enter luks passphrase to unlock the main partition
- <input name="Text_Field" type="password" id="Text_Field">
- </p>
- <p>
- <input type="submit" name="Submit" value="Unlock">
- </p>
- </form>
- </div>
- </body>
- </html>
|