Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="UTF-8"/>
  5.     <title>Doge Social Network</title>
  6. <style>
  7.     body  {
  8.         background-color: skyblue;
  9.         }
  10.     h1 {
  11.         font-size:200%;
  12.     }
  13. </style>
  14. </head>
  15. <body>
  16.     <h1> Welcome to the Doge Social Network</h1>
  17.     <hr color="#A0A0A0"/>
  18.     <div>Here you can find friends or stalk strangers. </br>
  19.         The Doge Social Network does not take any responsibilyty for the information found.
  20.     </div>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement