<!DOCTYPE html> <html> <head> <meta charset="UTF-"> <title>SmartTab</title> <link rel="stylesheet" href="popup.css"> </head> 8 <body> <h1>SmartTab</h1> <p>Click the button to organize your tabs:</p> <button id="organizeBtn">Organize Tabs</button> <script src="popup.js"></script> </body> </html>