Advertisement
xkeshav

popup.html

Oct 16th, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <link rel="stylesheet" href="css/style.css">
  5.   <script src="js/popup.js"></script>
  6. </head>
  7.   <body>
  8.     <p>Alternaterr</p>
  9.     <ul>
  10.       <li class="">Default</li>
  11.       <li class="red" title="Red"></li>
  12.       <li class="green" title="Green"></li>
  13.       <li class="blue" title="Blue"></li>
  14.       <li class="yellow" title="Yellow"></li>
  15.     </ul>
  16.   </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement