Advertisement
Guest User

gallery.htm

a guest
Sep 26th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title></title>
  5. </head>
  6. <body>
  7.         <font color="white">
  8.             <marquee behavior="alternate" bgcolor="black" scrollamount="10">TOKO ONLINE KOREA</marquee>
  9.         </font>
  10.  
  11.         <center>
  12.         <a href="index.htm">Home</a> - <a href="gallery.htm">Gallery</a> - <a href="release.htm">New Release</a>
  13.         <br>
  14.        
  15.         <a href="moonlight.jpg" target="_blank">
  16.             <img src="moonlight.jpg" width="160" height="250">
  17.         </a>
  18.  
  19.         <a href="moonlover2.jpg" target="_blank">
  20.             <img src="moonlover2.jpg" width="160" height="250">
  21.         </a>
  22.        
  23.  
  24.         <a href="uncontroll.jpg" target="_blank">
  25.             <img src="uncontroll.jpg" width="160" height="250">
  26.         </a>
  27.        
  28.         <a href="w1.jpg" target="_blank">
  29.             <img src="w1.jpg" width="160" height="250">
  30.         </a>
  31.        
  32.         </center>
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement