Mercurial > browser-couch
view big.html @ 49:a5e2db06b58d
Initial proof-of-concept of a WebWorkerMapReducer. Still needs lots of work.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Tue, 14 Apr 2009 15:02:19 -0700 |
parents | 58ef69894c96 |
children | aa013581aeca |
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" /> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <link rel="stylesheet" type="text/css" media="all" href="index.css" /> <title>Browser Big Couch Test</title> </head> <body> <h1>Browser Big Couch Test</h1> <div id="config"> </div> <div id="status"> </div> <div id="result" style="font-family: monospace;"> </div> </body> <script src="browser-couch.js"></script> <script src="big.js"></script> </html>