Sha256: 3f57c85271a371137dcded8773c4d1a99d51e8a576f3fe0d10b8492f16fc9528
Contents?: true
Size: 1.34 KB
Versions: 1
Compression:
Stored size: 1.34 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title><%= project_name %></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script type="text/javascript" src="assets/js/swfobject.js"></script> <link rel="stylesheet" media="screen" href="assets/css/main.css" type="text/css" /> <script type="text/javascript"> swfobject.registerObject( "<%= project_name %>", "9.0.0", "assets/swf/express_install.swf" ); </script> </head> <body> <h3><%= project_name %></h3> <div> <object id="<%= project_name.downcase %>" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="600"> <param name="movie" value="<%= project_name.downcase %>.swf" /> <!--[if !IE]>--> <object id="<%= project_name.downcase %>" type="application/x-shockwave-flash" data="<%= project_name.downcase %>.swf" width="800" height="600"> <!--<![endif]--> <div> <h1>Alternative content</h1> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p> </div> <!--[if !IE]>--> </object> <!--<![endif]--> </object> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sprout-as3-puremvc-bundle-0.1.0 | lib/sprout/generators/project/templates/deploy/index.html |