Advertisement
Guest User

Untitled

a guest
Jun 25th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  3. <head>
  4. <title>The Binding of Isaac</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  6. <script type="text/javascript" src="swfobject.js"></script>
  7. <script type="text/javascript">
  8. swfobject.registerObject("myFlashContent", "9.0.0");
  9. </script>
  10. </head>
  11. <body>
  12. <div>
  13. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1280" height="600" id="myFlashContent">
  14. <param name="movie" value="boi.swf" />
  15. <!--[if !IE]>-->
  16. <object type="application/x-shockwave-flash" data="boi.swf" width="1280" height="600">
  17. <!--<![endif]-->
  18. <a href="http://www.adobe.com/go/getflashplayer">
  19. <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
  20. </a>
  21. <!--[if !IE]>-->
  22. </object>
  23. <!--<![endif]-->
  24. </object>
  25. </div>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement