Advertisement
VWB

Untitled

VWB
Aug 2nd, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Estrutura Padrão html com link pra CSS
  2.  
  3.  
  4. <!doctype html>
  5.    
  6. <html>
  7.  
  8. <head>
  9.  
  10.    <title></title>
  11.    <meta charset="UTF-8">
  12.    <link rel="stylesheet" type="text/css" href="style.css">
  13.    
  14.  
  15. </head>
  16.  
  17. <body>
  18.  
  19. </body>
  20.  
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement