ervinervinervin

popup.html

Oct 25th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.   <head>
  5.     <meta charset="utf-8">
  6.   </head>
  7.  
  8.   <body>
  9.     <div>
  10.         <button onclick="save()">Save Tabs</button>
  11.         <button onclick="view()">View Tabs</button>
  12.     </div>
  13.    
  14.     <script src="popup.js"></script>
  15.   </body>
  16.  
  17. </html>
Add Comment
Please, Sign In to add comment