popup.html 341 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>派维斯智能体助手</title>
  6. <link rel="stylesheet" href="css/popup.css" />
  7. </head>
  8. <body>
  9. <div class="container">
  10. <h1>派维斯智能体助手</h1>
  11. <p>欢迎使用!</p>
  12. </div>
  13. <script src="js/popup.js"></script>
  14. </body>
  15. </html>