Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2.     <head>
  3.         <title>TCB Loading Screen</title>
  4.        
  5.         <style type="text/css">
  6.             body {
  7.                 margin:0px;
  8.                 padding:0px;
  9.                 background-color:#000000;
  10.             }
  11.         </style>
  12.        
  13.     </head>
  14.     <body>
  15.         <object style="height:0px; width:0px;">
  16.             <embed src="http://www.youtube.com/watch?v=pFwr71Vl45w?version=3&autoplay=1&loop=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="0" height="0">
  17.         </object>
  18.    
  19.         <img src="Loading Screen.png" style="max-width:100%; max-height:100%;" alt="" />
  20.     </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement