-Annie-

UserProfilePages-Profile

Sep 4th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.    <head>
  4.       <title>Profile</title>
  5.       <link rel="stylesheet" type="text/css" href="styles.css">
  6.    </head>
  7.    <body>
  8.       <h1>Doge Social Network</h1>
  9.       <ul>
  10.          <li><a href="home.html"> Home</a></li>
  11.          <li><a href="profile.html"> Profile</a></li>
  12.          <li><a href="friends.html"> Friends</a></li>
  13.       </ul>
  14.       <hr>
  15.       <h2>Welcome to the Doge Social Network</h2>
  16.       <hr>
  17.       <p>Here you can find friends or stalk strangers.</p>
  18.       <p>The Doge Social Network does not take any responsibility for the information found.</p>
  19.    </body>
  20. </html>
Add Comment
Please, Sign In to add comment