Changeset 1464 for examples/sandbox/pygment/flex/deploy/index.html
- Timestamp:
- 06/29/08 01:22:57 (5 months ago)
- Files:
-
- 1 modified
-
examples/sandbox/pygment/flex/deploy/index.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
examples/sandbox/pygment/flex/deploy/index.html
r1224 r1464 2 2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 3 3 <head> 4 <title>PyAMF Pygment example</title>4 <title>PyAMF Pygments example</title> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 6 6 <script type="text/javascript" src="assets/swfobject.js"></script> … … 8 8 swfobject.embedSWF("pygment.swf", "myContent", "100%", "100%", "9.0.0", "assets/expressInstall.swf"); 9 9 </script> 10 <style type="text/css" media="screen"> 11 html, body, #content { height:100%; } 12 body { margin:0; padding:0; overflow:hidden; } 13 #altContent { /* style alt content */ } 14 </style> 10 15 </head> 11 16 <body>
