document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <html>
  2.     <head>
  3.         <link type="text/css" rel="stylesheet" href="menu_animasi_ikon.css">
  4.     </head>
  5.     <body>
  6.         <ul id="menu">
  7.             <li><a href="#" class="home">Home</a></li>
  8.             <li><a href="#" class="profile">About Us</a></li>
  9.             <li><a href="#" class="service">Service</a></li>
  10.             <li><a href="#" class="portofolio">Portofolio</a></li>
  11.             <li><a href="#" class="contact">Contact Us</a></li>
  12.         </ul>  
  13.     </body>
  14. </html>
');