view 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 source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  <title>EncryptoBin</title>
</head>
<body>
<p>
  pass <input type="text" id="pass"/>
</p>
<p>
  <textarea rows="40" cols="40" id="plaintext"></textarea>
</p>
</body>
<script src="jquery.js"></script>
<script src="aes.js"></script>
<script src="encryptobin.js"></script>
</html>