Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / node_modules / gzip-js / node_modules / deflate-js / examples / index.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Test</title>
5 <script src='./pakmanaged.js'></script>
6 </head>
7 <body>
8 <h1>DEFLATE Test Page</h1>
9 <p>Enter text into the first text box to encode it, or enter base64 encoded deflate-encoded text into the second to decode</p>
10 <dl>
11 <dt>Inflated + Base64-Decoded (Original Text):</dt>
12 <dd><textarea id="inflated" cols="64" rows="16"></textarea></dd>
13 <dt>Deflated + Base64-Encoded (Compressed Output):</dt>
14 <dd><textarea id="deflated" cols="64" rows="16"></textarea></dd>
15 </dl>
16 </body>
17 </html>