Advertisement
GAMIE64

site

Mar 18th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.93 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="stylesheet" type="text/css" href="portfoliostyles.css">
  6. <title>Home</title>
  7. </head>
  8.  
  9. <body>   
  10.    
  11.     <div class="header">
  12.   <div class=flub><a href="home.html"><img class="hoofd" src="images/leaugeau.png" alt="logo"></a></div>
  13.         <ul>
  14.             <li><a href="contact.html">Contact</a></li>
  15.             <li><a href="about.html">About</a></li>
  16.         </ul>
  17.     </div>
  18.  
  19.     <div class=content>
  20.     <a href="images/watrgatr.jpg">
  21.         <img class="image" src="images/thumbnails/watrgatrthumb.jpg" alt="watrgatr" width=400px height=400px></a>
  22.         <a href="images/typhlotrainer.jpg">
  23.         <img class="image" src="images/thumbnails/typhlotrainerthumb.jpg" alt="watrgatr" width=400px height=400px></a>
  24.         <a href="images/anneketrainer.png">
  25.         <img class="image" src="images/thumbnails/anneketrainerthumb.jpg" alt="watrgatr" width=400px height=400px></a>
  26.     </div>
  27.  
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement