Advertisement
Guest User

Untitled

a guest
Dec 5th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en">
  4.     <head>
  5.             <meta charset="utf-8">
  6.             <title>Home Page</title>
  7.             <meta name="description" content="Home Page">
  8.             <link rel="stylesheet" href="bootstrap.css">
  9.             <link rel="stylesheet" href="style.css">
  10.     </head>
  11.     <body style="background-color: #ffffff;">
  12.  
  13.         <div class="container" id="links">
  14.                   <div class="row">
  15.                       <a href="https://www.feedly.com"><img src="image/feedly.png"></a>
  16.                       <a href="https://tumblr.com"><img src="image/tumblr.png"></a>
  17.                       <a href="https://www.rateyourmusic.com"><img src="image/rateyourmusic.png"></a>
  18.                       <a href="https://www.reddit.com"><img src="image/reddit.png"></a>
  19.                   </div>
  20.                   <div class="row">
  21.                       <a href="https://facebook.com"><img src="image/facebook2.png"></a>
  22.                       <a href="http://www.twitter.com"><img src="image/twitter.png"></a>
  23.                       <a href="https://www.4chan.com/"><img src="image/4chan.png"></a>
  24.                       <a href="https://gmail.com"><img src="image/gmail.png"></a>
  25.                   </div>
  26.                 </section>
  27.         </div>
  28.     </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement