[pypy-svn] r38785 - in pypy/dist/pypy/translator/js/examples/data: . images

fijal at codespeak.net fijal at codespeak.net
Wed Feb 14 10:37:07 CET 2007


Author: fijal
Date: Wed Feb 14 10:37:06 2007
New Revision: 38785

Added:
   pypy/dist/pypy/translator/js/examples/data/images/   (props changed)
Modified:
   pypy/dist/pypy/translator/js/examples/data/index.html
Log:
Intermediate checkin


Modified: pypy/dist/pypy/translator/js/examples/data/index.html
==============================================================================
--- pypy/dist/pypy/translator/js/examples/data/index.html	(original)
+++ pypy/dist/pypy/translator/js/examples/data/index.html	Wed Feb 14 10:37:06 2007
@@ -2,18 +2,24 @@
 <head>
   <title>pypy.js various demos</title>
   <script src="source.js"></script>
+  <style type="text/css">
+  </style>
 </head>
 <body>
   <h2 align="center">This site presents various demos and tutorials about pypy.js</h2>
-  <h3>Python console:</h3>
-  <p>No more, no less
-  <a href="console">Launch one for me</a>
-  <a href="source_link_here">Source</a>
-  </p>
+  <div>
+    <h3>Python console:</h3>
+    <p>No more, no less
+      <a href="console">Launch one for me</a>
+      <a href="source_link_here">Source</a>
+    </p>
+  </div>
+  <div>
   <h3>Remote terminal:</h3>
   <p>Fully ANSI-complaint remote terminal session:
   <a href="javascript:launch_terminal()">Launch one for me</a>
   <a href="source_link_here">Source</a>
   </p>
+  </div>
 </body>
 </html>



More information about the Pypy-commit mailing list