- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8" />
- <title>我的Chrome扩展</title>
- <link rel="stylesheet" href="css/popup.css" />
- </head>
- <body>
- <div class="container">
- <h1>我的Chrome扩展</h1>
- <p>欢迎使用!</p>
- </div>
- <script src="js/popup.js"></script>
- </body>
- </html>
|