Advertisement
Guest User

index.html

a guest
Jan 19th, 2020
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Testing canvas</title>
  5.         <style type="text/css">
  6.     #cuerpo{
  7.         font-family: Verdana;
  8.         text-align: center;
  9.         font-size: 13px;
  10.         color: #FFFFFF;
  11.         background: #000000;
  12.             }
  13.    
  14.         </style>
  15.             <body id="cuerpo">
  16.                 <div id="content" style="background-color: #000000;"></div>
  17.                 <h1 id="texto"></h1>
  18.             </body>
  19.    
  20.     <script type="text/javascript" src="index.js">setTimeout(ocultar(), 10000);    </script>
  21.    
  22.  
  23.     </head>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement