Advertisement
Guest User

Untitled

a guest
Aug 29th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="stylesheet" type="text/css" href="styles/style.css">
  6. </head>
  7. <body>
  8. <h1>Hello world!</h1>
  9. <p>aaaaaaaaaaaaaaaaaaaaaaaaaa</p>
  10. </body>
  11. </html>
  12.  
  13.  
  14.  
  15. h1 {
  16. color: red;
  17. }
  18. p {
  19. color: red;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement