Spaces:
No application file
No application file
| ```html | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="Content-Security-Policy" content="script-src 'self'; object-src 'self';"> | |
| <meta name="viewport" content="width=350, initial-scale=1.0"> | |
| <title>Tailwind CSS Component Preview Extension</title> | |
| <link rel="stylesheet" href="popup.css"> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <h1>Tailwind CSS Component Preview Extension</h1> | |
| <p>Easily preview and inspect Tailwind CSS components in your browser.</p> | |
| <h2>Main Feature</h2> | |
| <p>Click on any Tailwind CSS class in a web page to see a preview of the component.</p> | |
| <button>Get Started</button> | |
| <a href="#" class="upgrade-btn">Upgrade to Pro</a> | |
| </div> | |
| <script src="popup.js"></script> | |
| </body> | |
| </html> | |
| ``` |