Mercurial > encryptobin
diff static-files/index.html @ 1:ecf3376d2a5a
Changed the web page to be kind of like an editor.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Tue, 07 Apr 2009 16:21:25 -0700 |
parents | 1c8dbbdce596 |
children | e5df7c795457 |
line wrap: on
line diff
--- a/static-files/index.html Tue Apr 07 16:07:54 2009 -0700 +++ b/static-files/index.html Tue Apr 07 16:21:25 2009 -0700 @@ -10,15 +10,8 @@ pass <input type="text" id="pass"/> </p> <p> - plaintext <textarea id="plaintext"></textarea> -</p> -<p> - ciphertext <textarea id="ciphertext"></textarea> + <textarea rows="40" cols="40" id="plaintext"></textarea> </p> -<div id="commit">commit</div> -<div id="update">update</div> -<div id="encrypt">encrypt</div> -<div id="decrypt">decrypt</div> </body> <script src="jquery.js"></script> <script src="aes.js"></script>