Advertisement
Guest User

popup.html

a guest
Jun 4th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Memory Locator</title>
  6. <script src="popup.js"></script>
  7. </head>
  8. <body>
  9. <h2>Memory Locator</h2>
  10. <input type="text" id="searchQuery" placeholder="Enter project or topic">
  11. <button id="searchButton">Search</button>
  12. <div id="results"></div>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement